Uses of Class
software.amazon.awssdk.services.iam.model.UpdateSshPublicKeyResponse
-
Packages that use UpdateSshPublicKeyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UpdateSshPublicKeyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UpdateSshPublicKeyResponse Modifier and Type Method Description default UpdateSshPublicKeyResponseIamClient. updateSSHPublicKey(Consumer<UpdateSshPublicKeyRequest.Builder> updateSshPublicKeyRequest)Sets the status of an IAM user's SSH public key to active or inactive.default UpdateSshPublicKeyResponseIamClient. updateSSHPublicKey(UpdateSshPublicKeyRequest updateSshPublicKeyRequest)Sets the status of an IAM user's SSH public key to active or inactive.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UpdateSshPublicKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateSshPublicKeyResponse>IamAsyncClient. updateSSHPublicKey(Consumer<UpdateSshPublicKeyRequest.Builder> updateSshPublicKeyRequest)Sets the status of an IAM user's SSH public key to active or inactive.default CompletableFuture<UpdateSshPublicKeyResponse>IamAsyncClient. updateSSHPublicKey(UpdateSshPublicKeyRequest updateSshPublicKeyRequest)Sets the status of an IAM user's SSH public key to active or inactive.
-