Uses of Class
software.amazon.awssdk.services.iam.model.GetAccessKeyLastUsedResponse
-
Packages that use GetAccessKeyLastUsedResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetAccessKeyLastUsedResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetAccessKeyLastUsedResponse Modifier and Type Method Description default GetAccessKeyLastUsedResponseIamClient. getAccessKeyLastUsed(Consumer<GetAccessKeyLastUsedRequest.Builder> getAccessKeyLastUsedRequest)Retrieves information about when the specified access key was last used.default GetAccessKeyLastUsedResponseIamClient. getAccessKeyLastUsed(GetAccessKeyLastUsedRequest getAccessKeyLastUsedRequest)Retrieves information about when the specified access key was last used.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetAccessKeyLastUsedResponse Modifier and Type Method Description default CompletableFuture<GetAccessKeyLastUsedResponse>IamAsyncClient. getAccessKeyLastUsed(Consumer<GetAccessKeyLastUsedRequest.Builder> getAccessKeyLastUsedRequest)Retrieves information about when the specified access key was last used.default CompletableFuture<GetAccessKeyLastUsedResponse>IamAsyncClient. getAccessKeyLastUsed(GetAccessKeyLastUsedRequest getAccessKeyLastUsedRequest)Retrieves information about when the specified access key was last used.
-