@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonElasticInferenceClient extends AmazonWebServiceClient implements AmazonElasticInference
Elastic Inference public APIs.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AmazonElasticInferenceClientBuilder |
builder() |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns all tags of an Elastic Inference Accelerator.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds the specified tag(s) to an Elastic Inference Accelerator.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the specified tag(s) from an Elastic Inference Accelerator.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdownpublic static AmazonElasticInferenceClientBuilder builder()
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
listTagsForResource in interface AmazonElasticInferencelistTagsForResourceRequest - BadRequestException - Raised when a malformed input has been provided to the API.ResourceNotFoundException - Raised when the requested resource cannot be found.InternalServerException - Raised when an unexpected error occurred during request processing.public TagResourceResult tagResource(TagResourceRequest request)
tagResource in interface AmazonElasticInferencetagResourceRequest - BadRequestException - Raised when a malformed input has been provided to the API.ResourceNotFoundException - Raised when the requested resource cannot be found.InternalServerException - Raised when an unexpected error occurred during request processing.public UntagResourceResult untagResource(UntagResourceRequest request)
untagResource in interface AmazonElasticInferenceuntagResourceRequest - BadRequestException - Raised when a malformed input has been provided to the API.ResourceNotFoundException - Raised when the requested resource cannot be found.InternalServerException - Raised when an unexpected error occurred during request processing.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonElasticInferencerequest - The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.