Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DeleteApplicationAuthenticationMethodResponse
-
Packages that use DeleteApplicationAuthenticationMethodResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources. -
-
Uses of DeleteApplicationAuthenticationMethodResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return DeleteApplicationAuthenticationMethodResponse Modifier and Type Method Description default DeleteApplicationAuthenticationMethodResponse
SsoAdminClient. deleteApplicationAuthenticationMethod(Consumer<DeleteApplicationAuthenticationMethodRequest.Builder> deleteApplicationAuthenticationMethodRequest)
Deletes an authentication method from an application.default DeleteApplicationAuthenticationMethodResponse
SsoAdminClient. deleteApplicationAuthenticationMethod(DeleteApplicationAuthenticationMethodRequest deleteApplicationAuthenticationMethodRequest)
Deletes an authentication method from an application.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type DeleteApplicationAuthenticationMethodResponse Modifier and Type Method Description default CompletableFuture<DeleteApplicationAuthenticationMethodResponse>
SsoAdminAsyncClient. deleteApplicationAuthenticationMethod(Consumer<DeleteApplicationAuthenticationMethodRequest.Builder> deleteApplicationAuthenticationMethodRequest)
Deletes an authentication method from an application.default CompletableFuture<DeleteApplicationAuthenticationMethodResponse>
SsoAdminAsyncClient. deleteApplicationAuthenticationMethod(DeleteApplicationAuthenticationMethodRequest deleteApplicationAuthenticationMethodRequest)
Deletes an authentication method from an application.
-