| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static GlobalEndpointTokenVersion |
GlobalEndpointTokenVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GlobalEndpointTokenVersion |
SetSecurityTokenServicePreferencesRequest.globalEndpointTokenVersion()
The version of the global endpoint token.
|
static GlobalEndpointTokenVersion |
GlobalEndpointTokenVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalEndpointTokenVersion[] |
GlobalEndpointTokenVersion.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<GlobalEndpointTokenVersion> |
GlobalEndpointTokenVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SetSecurityTokenServicePreferencesRequest.Builder |
SetSecurityTokenServicePreferencesRequest.Builder.globalEndpointTokenVersion(GlobalEndpointTokenVersion globalEndpointTokenVersion)
The version of the global endpoint token.
|
Copyright © 2022. All rights reserved.