Uses of Class
software.amazon.awssdk.services.sts.model.GetAccessKeyInfoResponse
-
Packages that use GetAccessKeyInfoResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of GetAccessKeyInfoResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return GetAccessKeyInfoResponse Modifier and Type Method Description default GetAccessKeyInfoResponseStsClient. getAccessKeyInfo(Consumer<GetAccessKeyInfoRequest.Builder> getAccessKeyInfoRequest)Returns the account identifier for the specified access key ID.default GetAccessKeyInfoResponseStsClient. getAccessKeyInfo(GetAccessKeyInfoRequest getAccessKeyInfoRequest)Returns the account identifier for the specified access key ID.Methods in software.amazon.awssdk.services.sts that return types with arguments of type GetAccessKeyInfoResponse Modifier and Type Method Description default CompletableFuture<GetAccessKeyInfoResponse>StsAsyncClient. getAccessKeyInfo(Consumer<GetAccessKeyInfoRequest.Builder> getAccessKeyInfoRequest)Returns the account identifier for the specified access key ID.default CompletableFuture<GetAccessKeyInfoResponse>StsAsyncClient. getAccessKeyInfo(GetAccessKeyInfoRequest getAccessKeyInfoRequest)Returns the account identifier for the specified access key ID.
-