Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.IamAuthenticationMethod.Builder
-
Packages that use IamAuthenticationMethod.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of IamAuthenticationMethod.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return IamAuthenticationMethod.Builder Modifier and Type Method Description IamAuthenticationMethod.BuilderIamAuthenticationMethod.Builder. actorPolicy(Document actorPolicy)An IAM policy document in JSON.static IamAuthenticationMethod.BuilderIamAuthenticationMethod. builder()IamAuthenticationMethod.BuilderIamAuthenticationMethod. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type IamAuthenticationMethod.Builder Modifier and Type Method Description static Class<? extends IamAuthenticationMethod.Builder>IamAuthenticationMethod. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type IamAuthenticationMethod.Builder Modifier and Type Method Description static AuthenticationMethodAuthenticationMethod. fromIam(Consumer<IamAuthenticationMethod.Builder> iam)Create an instance of this class withAuthenticationMethod.iam()initialized to the given value.default AuthenticationMethod.BuilderAuthenticationMethod.Builder. iam(Consumer<IamAuthenticationMethod.Builder> iam)A structure that describes details for IAM authentication.
-