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