Uses of Interface
software.amazon.awssdk.services.s3control.model.Credentials.Builder
-
Packages that use Credentials.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Credentials.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Credentials.Builder Modifier and Type Method Description Credentials.BuilderCredentials.Builder. accessKeyId(String accessKeyId)The unique access key ID of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.static Credentials.BuilderCredentials. builder()Credentials.BuilderCredentials.Builder. expiration(Instant expiration)The expiration date and time of the temporary credential that S3 Access Grants vends to grantees and client applications.Credentials.BuilderCredentials.Builder. secretAccessKey(String secretAccessKey)The secret access key of the Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.Credentials.BuilderCredentials.Builder. sessionToken(String sessionToken)The Amazon Web Services STS temporary credential that S3 Access Grants vends to grantees and client applications.Credentials.BuilderCredentials. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type Credentials.Builder Modifier and Type Method Description static Class<? extends Credentials.Builder>Credentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type Credentials.Builder Modifier and Type Method Description default GetDataAccessResponse.BuilderGetDataAccessResponse.Builder. credentials(Consumer<Credentials.Builder> credentials)The temporary credential token that S3 Access Grants vends.
-