@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonElasticInferenceClient extends AmazonWebServiceClient implements AmazonElasticInference
Elastic Inference public APIs.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_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, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdown
public static AmazonElasticInferenceClientBuilder builder()
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
listTagsForResource
in interface AmazonElasticInference
listTagsForResourceRequest
- 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 AmazonElasticInference
tagResourceRequest
- 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 AmazonElasticInference
untagResourceRequest
- 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 AmazonElasticInference
request
- The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.