Uses of Class
software.amazon.awssdk.services.sts.model.GetDelegatedAccessTokenResponse
Packages that use GetDelegatedAccessTokenResponse
-
Uses of GetDelegatedAccessTokenResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return GetDelegatedAccessTokenResponseModifier and TypeMethodDescriptiondefault GetDelegatedAccessTokenResponseStsClient.getDelegatedAccessToken(Consumer<GetDelegatedAccessTokenRequest.Builder> getDelegatedAccessTokenRequest) Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal.default GetDelegatedAccessTokenResponseStsClient.getDelegatedAccessToken(GetDelegatedAccessTokenRequest getDelegatedAccessTokenRequest) Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal.Methods in software.amazon.awssdk.services.sts that return types with arguments of type GetDelegatedAccessTokenResponseModifier and TypeMethodDescriptionStsAsyncClient.getDelegatedAccessToken(Consumer<GetDelegatedAccessTokenRequest.Builder> getDelegatedAccessTokenRequest) Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal.StsAsyncClient.getDelegatedAccessToken(GetDelegatedAccessTokenRequest getDelegatedAccessTokenRequest) Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal.