Uses of Class
software.amazon.awssdk.services.connect.model.UpdateAuthenticationProfileResponse
-
Packages that use UpdateAuthenticationProfileResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of UpdateAuthenticationProfileResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateAuthenticationProfileResponse Modifier and Type Method Description default UpdateAuthenticationProfileResponseConnectClient. updateAuthenticationProfile(Consumer<UpdateAuthenticationProfileRequest.Builder> updateAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.default UpdateAuthenticationProfileResponseConnectClient. updateAuthenticationProfile(UpdateAuthenticationProfileRequest updateAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateAuthenticationProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateAuthenticationProfileResponse>ConnectAsyncClient. updateAuthenticationProfile(Consumer<UpdateAuthenticationProfileRequest.Builder> updateAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<UpdateAuthenticationProfileResponse>ConnectAsyncClient. updateAuthenticationProfile(UpdateAuthenticationProfileRequest updateAuthenticationProfileRequest)This API is in preview release for Amazon Connect and is subject to change.
-