| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionTargetType |
ProvisionTargetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProvisionTargetType |
ProvisionPermissionSetRequest.targetType()
The entity type for which the assignment will be created.
|
static ProvisionTargetType |
ProvisionTargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisionTargetType[] |
ProvisionTargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProvisionTargetType> |
ProvisionTargetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionPermissionSetRequest.Builder |
ProvisionPermissionSetRequest.Builder.targetType(ProvisionTargetType targetType)
The entity type for which the assignment will be created.
|
Copyright © 2020. All rights reserved.