Uses of Interface
software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder
-
Packages that use AwsRequestOverrideConfiguration.Builder Package Description software.amazon.awssdk.awscore -
-
Uses of AwsRequestOverrideConfiguration.Builder in software.amazon.awssdk.awscore
Methods in software.amazon.awssdk.awscore that return AwsRequestOverrideConfiguration.Builder Modifier and Type Method Description static AwsRequestOverrideConfiguration.BuilderAwsRequestOverrideConfiguration. builder()default AwsRequestOverrideConfiguration.BuilderAwsRequestOverrideConfiguration.Builder. credentialsProvider(AwsCredentialsProvider credentialsProvider)Set the optionalAwsCredentialsProviderthat will provide credentials to be used to authenticate this request.default AwsRequestOverrideConfiguration.BuilderAwsRequestOverrideConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Set the optionalIdentityProviderthat will provide credentials to be used to authenticate this request.AwsRequestOverrideConfiguration.BuilderAwsRequestOverrideConfiguration. toBuilder()default AwsRequestOverrideConfiguration.BuilderAwsRequestOverrideConfiguration.Builder. tokenIdentityProvider(IdentityProvider<? extends TokenIdentity> tokenIdentityProvider)Set the optionalIdentityProviderthat will provide a token identity to be used to authenticate this request.Method parameters in software.amazon.awssdk.awscore with type arguments of type AwsRequestOverrideConfiguration.Builder Modifier and Type Method Description AwsRequest.BuilderAwsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration.AwsRequest.BuilderAwsRequest.BuilderImpl. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
-