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