Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FederatedAuthenticationRequest |
FederatedAuthenticationRequest.clone() |
FederatedAuthenticationRequest |
ClientVpnAuthenticationRequest.getFederatedAuthentication()
Information about the IAM SAML identity provider to be used, if applicable.
|
FederatedAuthenticationRequest |
FederatedAuthenticationRequest.withSAMLProviderArn(String sAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
FederatedAuthenticationRequest |
FederatedAuthenticationRequest.withSelfServiceSAMLProviderArn(String selfServiceSAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientVpnAuthenticationRequest.setFederatedAuthentication(FederatedAuthenticationRequest federatedAuthentication)
Information about the IAM SAML identity provider to be used, if applicable.
|
ClientVpnAuthenticationRequest |
ClientVpnAuthenticationRequest.withFederatedAuthentication(FederatedAuthenticationRequest federatedAuthentication)
Information about the IAM SAML identity provider to be used, if applicable.
|
Copyright © 2023. All rights reserved.