Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.GetApplicationAuthenticationMethodResponse.Builder
-
Packages that use GetApplicationAuthenticationMethodResponse.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of GetApplicationAuthenticationMethodResponse.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return GetApplicationAuthenticationMethodResponse.Builder Modifier and Type Method Description default GetApplicationAuthenticationMethodResponse.BuilderGetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)A structure that contains details about the requested authentication method.GetApplicationAuthenticationMethodResponse.BuilderGetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)A structure that contains details about the requested authentication method.static GetApplicationAuthenticationMethodResponse.BuilderGetApplicationAuthenticationMethodResponse. builder()GetApplicationAuthenticationMethodResponse.BuilderGetApplicationAuthenticationMethodResponse. toBuilder()Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type GetApplicationAuthenticationMethodResponse.Builder Modifier and Type Method Description static Class<? extends GetApplicationAuthenticationMethodResponse.Builder>GetApplicationAuthenticationMethodResponse. serializableBuilderClass()
-