Interface QueryDataPlaneClient
- 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 TypeMethodDescriptionstatic QueryDataPlaneClientBuilderbuilder()Create a builder that can be used to configure and create aQueryDataPlaneClient.static QueryDataPlaneClientcreate()Create aQueryDataPlaneClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default GetItemResponsegetItem(Consumer<GetItemRequest.Builder> getItemRequest) Invokes the GetItem operation.default GetItemResponsegetItem(GetItemRequest getItemRequest) Invokes the GetItem operation.default GetMetricDataResponsegetMetricData(Consumer<GetMetricDataRequest.Builder> getMetricDataRequest) Invokes the GetMetricData operation.default GetMetricDataResponsegetMetricData(GetMetricDataRequest getMetricDataRequest) Invokes the GetMetricData operation.default HealthcheckResponsehealthcheck(Consumer<HealthcheckRequest.Builder> healthcheckRequest) Invokes the Healthcheck operation.default HealthcheckResponsehealthcheck(HealthcheckRequest healthcheckRequest) Invokes the Healthcheck operation.default PutItemResponseputItem(Consumer<PutItemRequest.Builder> putItemRequest) Invokes the PutItem operation.default PutItemResponseputItem(PutItemRequest putItemRequest) Invokes the PutItem operation.default PutMetricDataResponseputMetricData(Consumer<PutMetricDataRequest.Builder> putMetricDataRequest) Invokes the PutMetricData operation.default PutMetricDataResponseputMetricData(PutMetricDataRequest putMetricDataRequest) Invokes the PutMetricData 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
-
getItem
default GetItemResponse getItem(GetItemRequest getItemRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException Invokes the GetItem operation.- Parameters:
getItemRequest-- Returns:
- Result of the GetItem operation returned by the service.
- See Also:
-
getItem
default GetItemResponse getItem(Consumer<GetItemRequest.Builder> getItemRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException Invokes the GetItem operation.
This is a convenience which creates an instance of the
GetItemRequest.Builderavoiding the need to create one manually viaGetItemRequest.builder()- Parameters:
getItemRequest- AConsumerthat will call methods onGetItemRequest.Builderto create a request.- Returns:
- Result of the GetItem operation returned by the service.
- See Also:
-
getMetricData
default GetMetricDataResponse getMetricData(GetMetricDataRequest getMetricDataRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException 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, QueryDataPlaneException 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:
-
healthcheck
default HealthcheckResponse healthcheck(HealthcheckRequest healthcheckRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException 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, QueryDataPlaneException 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:
-
putItem
default PutItemResponse putItem(PutItemRequest putItemRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException Invokes the PutItem operation.- Parameters:
putItemRequest-- Returns:
- Result of the PutItem operation returned by the service.
- See Also:
-
putItem
default PutItemResponse putItem(Consumer<PutItemRequest.Builder> putItemRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException Invokes the PutItem operation.
This is a convenience which creates an instance of the
PutItemRequest.Builderavoiding the need to create one manually viaPutItemRequest.builder()- Parameters:
putItemRequest- AConsumerthat will call methods onPutItemRequest.Builderto create a request.- Returns:
- Result of the PutItem operation returned by the service.
- See Also:
-
putMetricData
default PutMetricDataResponse putMetricData(PutMetricDataRequest putMetricDataRequest) throws AwsServiceException, SdkClientException, QueryDataPlaneException 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, QueryDataPlaneException 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:
-
create
Create aQueryDataPlaneClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aQueryDataPlaneClient. -
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
-