Uses of Class
software.amazon.awssdk.services.sts.model.GetSessionTokenRequest
Packages that use GetSessionTokenRequest
Package
Description
-
Uses of GetSessionTokenRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type GetSessionTokenRequestModifier and TypeMethodDescriptiondefault CompletableFuture<GetSessionTokenResponse>StsAsyncClient.getSessionToken(GetSessionTokenRequest getSessionTokenRequest) Returns a set of temporary credentials for an Amazon Web Services account or IAM user.default GetSessionTokenResponseStsClient.getSessionToken(GetSessionTokenRequest getSessionTokenRequest) Returns a set of temporary credentials for an Amazon Web Services account or IAM user. -
Uses of GetSessionTokenRequest in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth with parameters of type GetSessionTokenRequestModifier and TypeMethodDescriptionStsGetSessionTokenCredentialsProvider.Builder.refreshRequest(GetSessionTokenRequest getSessionTokenRequest) Configure theGetSessionTokenRequestthat should be periodically sent to the STS service to update the session token when it gets close to expiring. -
Uses of GetSessionTokenRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type GetSessionTokenRequestModifier and TypeMethodDescriptionGetSessionTokenRequestMarshaller.marshall(GetSessionTokenRequest getSessionTokenRequest)