Uses of Class
software.amazon.awssdk.services.sts.model.GetCallerIdentityResponse
-
Packages that use GetCallerIdentityResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of GetCallerIdentityResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return GetCallerIdentityResponse Modifier and Type Method Description default GetCallerIdentityResponseStsClient. getCallerIdentity()Returns details about the IAM user or role whose credentials are used to call the operation.default GetCallerIdentityResponseStsClient. getCallerIdentity(Consumer<GetCallerIdentityRequest.Builder> getCallerIdentityRequest)Returns details about the IAM user or role whose credentials are used to call the operation.default GetCallerIdentityResponseStsClient. getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)Returns details about the IAM user or role whose credentials are used to call the operation.Methods in software.amazon.awssdk.services.sts that return types with arguments of type GetCallerIdentityResponse Modifier and Type Method Description default CompletableFuture<GetCallerIdentityResponse>StsAsyncClient. getCallerIdentity()Returns details about the IAM user or role whose credentials are used to call the operation.default CompletableFuture<GetCallerIdentityResponse>StsAsyncClient. getCallerIdentity(Consumer<GetCallerIdentityRequest.Builder> getCallerIdentityRequest)Returns details about the IAM user or role whose credentials are used to call the operation.default CompletableFuture<GetCallerIdentityResponse>StsAsyncClient. getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest)Returns details about the IAM user or role whose credentials are used to call the operation.
-