Uses of Class
software.amazon.awssdk.services.sts.model.GetFederationTokenRequest
-
Packages that use GetFederationTokenRequest Package Description software.amazon.awssdk.services.sts Security Token Service software.amazon.awssdk.services.sts.auth software.amazon.awssdk.services.sts.transform -
-
Uses of GetFederationTokenRequest in software.amazon.awssdk.services.sts
Methods in software.amazon.awssdk.services.sts with parameters of type GetFederationTokenRequest Modifier and Type Method Description default CompletableFuture<GetFederationTokenResponse>StsAsyncClient. getFederationToken(GetFederationTokenRequest getFederationTokenRequest)Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a user.default GetFederationTokenResponseStsClient. getFederationToken(GetFederationTokenRequest getFederationTokenRequest)Returns a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a user. -
Uses of GetFederationTokenRequest in software.amazon.awssdk.services.sts.auth
Methods in software.amazon.awssdk.services.sts.auth with parameters of type GetFederationTokenRequest Modifier and Type Method Description StsGetFederationTokenCredentialsProvider.BuilderStsGetFederationTokenCredentialsProvider.Builder. refreshRequest(GetFederationTokenRequest getFederationTokenRequest)Configure theGetFederationTokenRequestthat should be periodically sent to the STS service to update the session token when it gets close to expiring. -
Uses of GetFederationTokenRequest in software.amazon.awssdk.services.sts.transform
Methods in software.amazon.awssdk.services.sts.transform with parameters of type GetFederationTokenRequest Modifier and Type Method Description SdkHttpFullRequestGetFederationTokenRequestMarshaller. marshall(GetFederationTokenRequest getFederationTokenRequest)
-