Uses of Interface
software.amazon.awssdk.services.ec2.model.FederatedAuthenticationRequest.Builder
Packages that use FederatedAuthenticationRequest.Builder
-
Uses of FederatedAuthenticationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FederatedAuthenticationRequest.BuilderModifier and TypeMethodDescriptionFederatedAuthenticationRequest.builder()FederatedAuthenticationRequest.Builder.samlProviderArn(String samlProviderArn) The Amazon Resource Name (ARN) of the IAM SAML identity provider.FederatedAuthenticationRequest.Builder.selfServiceSAMLProviderArn(String selfServiceSAMLProviderArn) The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.FederatedAuthenticationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FederatedAuthenticationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FederatedAuthenticationRequest.Builder>FederatedAuthenticationRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FederatedAuthenticationRequest.BuilderModifier and TypeMethodDescriptionClientVpnAuthenticationRequest.Builder.federatedAuthentication(Consumer<FederatedAuthenticationRequest.Builder> federatedAuthentication) Information about the IAM SAML identity provider to be used, if applicable.