Uses of Class
software.amazon.awssdk.services.sts.model.Credentials
-
Packages that use Credentials Package Description software.amazon.awssdk.services.sts.internal software.amazon.awssdk.services.sts.model -
-
Uses of Credentials in software.amazon.awssdk.services.sts.internal
Methods in software.amazon.awssdk.services.sts.internal with parameters of type Credentials Modifier and Type Method Description static AwsSessionCredentialsStsAuthUtils. fromStsCredentials(Credentials credentials, String provider)static AwsSessionCredentialsStsAuthUtils. fromStsCredentials(Credentials credentials, String provider, String accountId) -
Uses of Credentials in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return Credentials Modifier and Type Method Description CredentialsAssumeRoleResponse. credentials()The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.CredentialsAssumeRoleWithSamlResponse. credentials()The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.CredentialsAssumeRoleWithWebIdentityResponse. credentials()The temporary security credentials, which include an access key ID, a secret access key, and a security token.CredentialsAssumeRootResponse. credentials()The temporary security credentials, which include an access key ID, a secret access key, and a security token.CredentialsGetFederationTokenResponse. credentials()The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.CredentialsGetSessionTokenResponse. credentials()The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.Methods in software.amazon.awssdk.services.sts.model with parameters of type Credentials Modifier and Type Method Description AssumeRoleResponse.BuilderAssumeRoleResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithSamlResponse.BuilderAssumeRoleWithSamlResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithWebIdentityResponse.BuilderAssumeRoleWithWebIdentityResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security token.AssumeRootResponse.BuilderAssumeRootResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security token.GetFederationTokenResponse.BuilderGetFederationTokenResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.GetSessionTokenResponse.BuilderGetSessionTokenResponse.Builder. credentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
-