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