Uses of Interface
software.amazon.awssdk.services.sts.model.Credentials.Builder
Packages that use Credentials.Builder
-
Uses of Credentials.Builder in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return Credentials.BuilderModifier and TypeMethodDescriptionCredentials.Builder.accessKeyId(String accessKeyId) The access key ID that identifies the temporary security credentials.static Credentials.BuilderCredentials.builder()Credentials.Builder.expiration(Instant expiration) The date on which the current credentials expire.Credentials.Builder.secretAccessKey(String secretAccessKey) The secret access key that can be used to sign requests.Credentials.Builder.sessionToken(String sessionToken) The token that users must pass to the service API to use the temporary credentials.Credentials.toBuilder()Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type Credentials.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Credentials.Builder>Credentials.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type Credentials.BuilderModifier and TypeMethodDescriptiondefault AssumeRoleResponse.BuilderAssumeRoleResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithSamlResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithWebIdentityResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.default AssumeRootResponse.BuilderAssumeRootResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security token.GetDelegatedAccessTokenResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) Sets the value of the Credentials property for this object.GetFederationTokenResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.default GetSessionTokenResponse.BuilderGetSessionTokenResponse.Builder.credentials(Consumer<Credentials.Builder> credentials) The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.