Uses of Class
software.amazon.awssdk.services.iam.model.UpdateAccessKeyResponse
-
Packages that use UpdateAccessKeyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UpdateAccessKeyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UpdateAccessKeyResponse Modifier and Type Method Description default UpdateAccessKeyResponseIamClient. updateAccessKey(Consumer<UpdateAccessKeyRequest.Builder> updateAccessKeyRequest)Changes the status of the specified access key from Active to Inactive, or vice versa.default UpdateAccessKeyResponseIamClient. updateAccessKey(UpdateAccessKeyRequest updateAccessKeyRequest)Changes the status of the specified access key from Active to Inactive, or vice versa.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UpdateAccessKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateAccessKeyResponse>IamAsyncClient. updateAccessKey(Consumer<UpdateAccessKeyRequest.Builder> updateAccessKeyRequest)Changes the status of the specified access key from Active to Inactive, or vice versa.default CompletableFuture<UpdateAccessKeyResponse>IamAsyncClient. updateAccessKey(UpdateAccessKeyRequest updateAccessKeyRequest)Changes the status of the specified access key from Active to Inactive, or vice versa.
-