Uses of Class
software.amazon.awssdk.services.sts.model.GetSessionTokenRequest
-
Packages that use GetSessionTokenRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.auth software.amazon.awssdk.services.sts.transform -
-
Uses of GetSessionTokenRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type GetSessionTokenRequest Modifier and Type Method Description default 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 GetSessionTokenRequest Modifier and Type Method Description StsGetSessionTokenCredentialsProvider.BuilderStsGetSessionTokenCredentialsProvider.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 GetSessionTokenRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionTokenRequestMarshaller. marshall(GetSessionTokenRequest getSessionTokenRequest)
-