Interface RestXmlDataPlaneClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder() method.
null-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that can be used to configure and create aRestXmlDataPlaneClient.default CopyObjectResponsecopyObject(Consumer<CopyObjectRequest.Builder> copyObjectRequest) Invokes the CopyObject operation.default CopyObjectResponsecopyObject(CopyObjectRequest copyObjectRequest) Invokes the CopyObject operation.static RestXmlDataPlaneClientcreate()Create aRestXmlDataPlaneClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default GetMetricDataResponsegetMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) Invokes the GetMetricData operation.default GetMetricDataResponsegetMetricData(GetMetricDataRequest getMetricDataRequest) Invokes the GetMetricData operation.default GetObjectResponsegetObject(Consumer<GetObjectRequest.Builder> getObjectRequest) Invokes the GetObject operation.default GetObjectResponsegetObject(GetObjectRequest getObjectRequest) Invokes the GetObject operation.default HealthcheckResponsehealthcheck(Consumer<HealthcheckRequest.Builder> healthcheckRequest) Invokes the Healthcheck operation.default HealthcheckResponsehealthcheck(HealthcheckRequest healthcheckRequest) Invokes the Healthcheck operation.default PutMetricDataResponseputMetricData(Consumer<PutMetricDataRequest.Builder> putMetricDataRequest) Invokes the PutMetricData operation.default PutMetricDataResponseputMetricData(PutMetricDataRequest putMetricDataRequest) Invokes the PutMetricData operation.default PutObjectResponseputObject(Consumer<PutObjectRequest.Builder> putObjectRequest) Invokes the PutObject operation.default PutObjectResponseputObject(PutObjectRequest putObjectRequest) Invokes the PutObject operation.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadataMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
copyObject
default CopyObjectResponse copyObject(CopyObjectRequest copyObjectRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the CopyObject operation.- Parameters:
copyObjectRequest-- Returns:
- Result of the CopyObject operation returned by the service.
- See Also:
-
copyObject
default CopyObjectResponse copyObject(Consumer<CopyObjectRequest.Builder> copyObjectRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the CopyObject operation.
This is a convenience which creates an instance of the
CopyObjectRequest.Builderavoiding the need to create one manually viaCopyObjectRequest.builder()- Parameters:
copyObjectRequest- AConsumerthat will call methods onCopyObjectRequest.Builderto create a request.- Returns:
- Result of the CopyObject operation returned by the service.
- See Also:
-
getMetricData
default GetMetricDataResponse getMetricData(GetMetricDataRequest getMetricDataRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the GetMetricData operation.- Parameters:
getMetricDataRequest-- Returns:
- Result of the GetMetricData operation returned by the service.
- See Also:
-
getMetricData
default GetMetricDataResponse getMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the GetMetricData operation.
This is a convenience which creates an instance of the
GetMetricDataRequest.Builderavoiding the need to create one manually viaGetMetricDataRequest.builder()- Parameters:
getMetricDataRequest- AConsumerthat will call methods onGetMetricDataRequest.Builderto create a request.- Returns:
- Result of the GetMetricData operation returned by the service.
- See Also:
-
getObject
default GetObjectResponse getObject(GetObjectRequest getObjectRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the GetObject operation.- Parameters:
getObjectRequest-- Returns:
- Result of the GetObject operation returned by the service.
- See Also:
-
getObject
default GetObjectResponse getObject(Consumer<GetObjectRequest.Builder> getObjectRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the GetObject operation.
This is a convenience which creates an instance of the
GetObjectRequest.Builderavoiding the need to create one manually viaGetObjectRequest.builder()- Parameters:
getObjectRequest- AConsumerthat will call methods onGetObjectRequest.Builderto create a request.- Returns:
- Result of the GetObject operation returned by the service.
- See Also:
-
healthcheck
default HealthcheckResponse healthcheck(HealthcheckRequest healthcheckRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the Healthcheck operation.- Parameters:
healthcheckRequest-- Returns:
- Result of the Healthcheck operation returned by the service.
- See Also:
-
healthcheck
default HealthcheckResponse healthcheck(Consumer<HealthcheckRequest.Builder> healthcheckRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the Healthcheck operation.
This is a convenience which creates an instance of the
HealthcheckRequest.Builderavoiding the need to create one manually viaHealthcheckRequest.builder()- Parameters:
healthcheckRequest- AConsumerthat will call methods onHealthcheckRequest.Builderto create a request.- Returns:
- Result of the Healthcheck operation returned by the service.
- See Also:
-
putMetricData
default PutMetricDataResponse putMetricData(PutMetricDataRequest putMetricDataRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the PutMetricData operation.- Parameters:
putMetricDataRequest-- Returns:
- Result of the PutMetricData operation returned by the service.
- See Also:
-
putMetricData
default PutMetricDataResponse putMetricData(Consumer<PutMetricDataRequest.Builder> putMetricDataRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the PutMetricData operation.
This is a convenience which creates an instance of the
PutMetricDataRequest.Builderavoiding the need to create one manually viaPutMetricDataRequest.builder()- Parameters:
putMetricDataRequest- AConsumerthat will call methods onPutMetricDataRequest.Builderto create a request.- Returns:
- Result of the PutMetricData operation returned by the service.
- See Also:
-
putObject
default PutObjectResponse putObject(PutObjectRequest putObjectRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the PutObject operation.- Parameters:
putObjectRequest-- Returns:
- Result of the PutObject operation returned by the service.
- See Also:
-
putObject
default PutObjectResponse putObject(Consumer<PutObjectRequest.Builder> putObjectRequest) throws AwsServiceException, SdkClientException, RestXmlDataPlaneException Invokes the PutObject operation.
This is a convenience which creates an instance of the
PutObjectRequest.Builderavoiding the need to create one manually viaPutObjectRequest.builder()- Parameters:
putObjectRequest- AConsumerthat will call methods onPutObjectRequest.Builderto create a request.- Returns:
- Result of the PutObject operation returned by the service.
- See Also:
-
create
Create aRestXmlDataPlaneClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aRestXmlDataPlaneClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-