public class IAMCredentials.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
IAMCredentials.Locations.WorkforcePools
The "workforcePools" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
IAMCredentials.Locations.WorkforcePools |
workforcePools()
An accessor for creating requests from the WorkforcePools collection.
|
public IAMCredentials.Locations.WorkforcePools workforcePools()
The typical use is:
IAMCredentials iamcredentials = new IAMCredentials(...);IAMCredentials.WorkforcePools.List request = iamcredentials.workforcePools().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.