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.Builder
GetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(Consumer<AuthenticationMethod.Builder> authenticationMethod)
A structure that contains details about the requested authentication method.GetApplicationAuthenticationMethodResponse.Builder
GetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.static GetApplicationAuthenticationMethodResponse.Builder
GetApplicationAuthenticationMethodResponse. builder()
GetApplicationAuthenticationMethodResponse.Builder
GetApplicationAuthenticationMethodResponse. 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()
-