@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetSecurityTokenServicePreferencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
SetSecurityTokenServicePreferencesRequest () |
| Modifier and Type | Method and Description |
|---|---|
SetSecurityTokenServicePreferencesRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getGlobalEndpointTokenVersion ()
The version of the global endpoint token.
|
int |
hashCode () |
void |
setGlobalEndpointTokenVersion (String globalEndpointTokenVersion)
The version of the global endpoint token.
|
String |
toString ()
Returns a string representation of this object.
|
SetSecurityTokenServicePreferencesRequest |
withGlobalEndpointTokenVersion (GlobalEndpointTokenVersion globalEndpointTokenVersion)
The version of the global endpoint token.
|
SetSecurityTokenServicePreferencesRequest |
withGlobalEndpointTokenVersion (String globalEndpointTokenVersion)
The version of the global endpoint token.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public SetSecurityTokenServicePreferencesRequest()
public void setGlobalEndpointTokenVersion(String globalEndpointTokenVersion)
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
globalEndpointTokenVersion - The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions
that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific
(Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might
affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
GlobalEndpointTokenVersion public String getGlobalEndpointTokenVersion()
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
GlobalEndpointTokenVersion public SetSecurityTokenServicePreferencesRequest withGlobalEndpointTokenVersion(String globalEndpointTokenVersion)
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
globalEndpointTokenVersion - The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions
that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific
(Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might
affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
GlobalEndpointTokenVersion public SetSecurityTokenServicePreferencesRequest withGlobalEndpointTokenVersion(GlobalEndpointTokenVersion globalEndpointTokenVersion)
The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
globalEndpointTokenVersion - The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions
that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific
(Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might
affect systems where you temporarily store tokens.
For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.
GlobalEndpointTokenVersion public String toString()
toString in class Object Object.toString() public SetSecurityTokenServicePreferencesRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()