Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.AuthenticationMethod.Builder
-
Packages that use AuthenticationMethod.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AuthenticationMethod.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return AuthenticationMethod.Builder Modifier and Type Method Description static AuthenticationMethod.BuilderAuthenticationMethod. builder()default AuthenticationMethod.BuilderAuthenticationMethod.Builder. iam(Consumer<IamAuthenticationMethod.Builder> iam)A structure that describes details for IAM authentication.AuthenticationMethod.BuilderAuthenticationMethod.Builder. iam(IamAuthenticationMethod iam)A structure that describes details for IAM authentication.AuthenticationMethod.BuilderAuthenticationMethod. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AuthenticationMethod.Builder Modifier and Type Method Description static Class<? extends AuthenticationMethod.Builder>AuthenticationMethod. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AuthenticationMethod.Builder Modifier and Type Method Description default AuthenticationMethodItem.BuilderAuthenticationMethodItem.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)A structure that describes an authentication method.default GetApplicationAuthenticationMethodResponse.BuilderGetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)A structure that contains details about the requested authentication method.default PutApplicationAuthenticationMethodRequest.BuilderPutApplicationAuthenticationMethodRequest.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)Specifies a structure that describes the authentication method to add or update.
-