Uses of Class
software.amazon.awssdk.services.sts.model.GetCallerIdentityRequest
-
Packages that use GetCallerIdentityRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.transform -
-
Uses of GetCallerIdentityRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type GetCallerIdentityRequest Modifier and Type Method Description default CompletableFuture<GetCallerIdentityResponse>StsAsyncClient. getCallerIdentity(GetCallerIdentityRequest 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. -
Uses of GetCallerIdentityRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type GetCallerIdentityRequest Modifier and Type Method Description SdkHttpFullRequestGetCallerIdentityRequestMarshaller. marshall(GetCallerIdentityRequest getCallerIdentityRequest)
-