Class RestJsonDataPlaneServiceClientConfiguration
java.lang.Object
software.amazon.awssdk.core.SdkServiceClientConfiguration
software.amazon.awssdk.awscore.AwsServiceClientConfiguration
software.amazon.awssdk.services.restjsondataplane.RestJsonDataPlaneServiceClientConfiguration
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public final class RestJsonDataPlaneServiceClientConfiguration
extends AwsServiceClientConfiguration
Class to expose the service client settings to the user. Implementation of
AwsServiceClientConfiguration-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA builder for creating aRestJsonDataPlaneServiceClientConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionRestJsonDataPlaneServiceClientConfiguration(RestJsonDataPlaneServiceClientConfiguration.Builder builder) -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerbuilder()Gets the value for client behavior for request checksum calculationGets the value for client behavior for response checksum validationMethods inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
credentialsProvider, equals, hashCode, regionMethods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
Constructor Details
-
RestJsonDataPlaneServiceClientConfiguration
public RestJsonDataPlaneServiceClientConfiguration(RestJsonDataPlaneServiceClientConfiguration.Builder builder)
-
-
Method Details
-
builder
-
authSchemeProvider
Gets the value for auth scheme provider -
responseChecksumValidation
Gets the value for client behavior for response checksum validation -
requestChecksumCalculation
Gets the value for client behavior for request checksum calculation
-