| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FederatedAuthenticationRequest.Builder |
FederatedAuthenticationRequest.builder() |
FederatedAuthenticationRequest.Builder |
FederatedAuthenticationRequest.Builder.samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
FederatedAuthenticationRequest.Builder |
FederatedAuthenticationRequest.Builder.selfServiceSAMLProviderArn(String selfServiceSAMLProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
FederatedAuthenticationRequest.Builder |
FederatedAuthenticationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FederatedAuthenticationRequest.Builder> |
FederatedAuthenticationRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClientVpnAuthenticationRequest.Builder |
ClientVpnAuthenticationRequest.Builder.federatedAuthentication(Consumer<FederatedAuthenticationRequest.Builder> federatedAuthentication)
Information about the IAM SAML identity provider to be used, if applicable.
|
Copyright © 2021. All rights reserved.