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.Builder
AuthenticationMethod. builder()
default AuthenticationMethod.Builder
AuthenticationMethod.Builder. iam(Consumer<IamAuthenticationMethod.Builder> iam)
A structure that describes details for IAM authentication.AuthenticationMethod.Builder
AuthenticationMethod.Builder. iam(IamAuthenticationMethod iam)
A structure that describes details for IAM authentication.AuthenticationMethod.Builder
AuthenticationMethod. 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.Builder
AuthenticationMethodItem.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)
A structure that describes an authentication method.default GetApplicationAuthenticationMethodResponse.Builder
GetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)
A structure that contains details about the requested authentication method.default PutApplicationAuthenticationMethodRequest.Builder
PutApplicationAuthenticationMethodRequest.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)
Specifies a structure that describes the authentication method to add or update.
-