Uses of Class
software.amazon.awssdk.services.sts.model.GetCallerIdentityResponse
Packages that use GetCallerIdentityResponse
-
Uses of GetCallerIdentityResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return GetCallerIdentityResponseModifier and TypeMethodDescriptiondefault 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 GetCallerIdentityResponseModifier and TypeMethodDescriptionStsAsyncClient.getCallerIdentity()Returns details about the IAM user or role whose credentials are used to call the operation.StsAsyncClient.getCallerIdentity(Consumer<GetCallerIdentityRequest.Builder> getCallerIdentityRequest) Returns details about the IAM user or role whose credentials are used to call the operation.StsAsyncClient.getCallerIdentity(GetCallerIdentityRequest getCallerIdentityRequest) Returns details about the IAM user or role whose credentials are used to call the operation.