Uses of Class
software.amazon.awssdk.services.sts.model.GetSessionTokenResponse
-
Packages that use GetSessionTokenResponse Package Description software.amazon.awssdk.services.sts Security Token Service -
-
Uses of GetSessionTokenResponse in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts that return GetSessionTokenResponse Modifier and Type Method Description default GetSessionTokenResponseStsClient. getSessionToken()Returns a set of temporary credentials for an Amazon Web Services account or IAM user.default GetSessionTokenResponseStsClient. getSessionToken(Consumer<GetSessionTokenRequest.Builder> 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.Methods in software.amazon.awssdk.services.sts that return types with arguments of type GetSessionTokenResponse Modifier and Type Method Description default CompletableFuture<GetSessionTokenResponse>StsAsyncClient. getSessionToken()Returns a set of temporary credentials for an Amazon Web Services account or IAM user.default CompletableFuture<GetSessionTokenResponse>StsAsyncClient. getSessionToken(Consumer<GetSessionTokenRequest.Builder> getSessionTokenRequest)Returns a set of temporary credentials for an Amazon Web Services account or IAM user.default CompletableFuture<GetSessionTokenResponse>StsAsyncClient. getSessionToken(GetSessionTokenRequest getSessionTokenRequest)Returns a set of temporary credentials for an Amazon Web Services account or IAM user.
-