@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSfinspaceClient extends AmazonWebServiceClient implements AWSfinspace
The FinSpace management service provides the APIs for managing the FinSpace environments.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSfinspaceClientBuilder |
builder() |
CreateEnvironmentResult |
createEnvironment(CreateEnvironmentRequest request)
Create a new FinSpace environment.
|
DeleteEnvironmentResult |
deleteEnvironment(DeleteEnvironmentRequest request)
Delete an FinSpace environment.
|
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.
|
GetEnvironmentResult |
getEnvironment(GetEnvironmentRequest request)
Returns the FinSpace environment object.
|
ListEnvironmentsResult |
listEnvironments(ListEnvironmentsRequest request)
A list of all of your FinSpace environments.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
A list of all tags for a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds metadata tags to a FinSpace resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes metadata tags from a FinSpace resource.
|
UpdateEnvironmentResult |
updateEnvironment(UpdateEnvironmentRequest request)
Update your FinSpace environment.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSfinspaceClientBuilder builder()
public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
Create a new FinSpace environment.
createEnvironment
in interface AWSfinspace
createEnvironmentRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ServiceQuotaExceededException
- You have exceeded your service quota. To perform the requested action, remove some of the relevant
resources, or use Service Quotas to request a service quota increase.LimitExceededException
- A service limit or quota is exceeded.public DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
Delete an FinSpace environment.
deleteEnvironment
in interface AWSfinspace
deleteEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
Returns the FinSpace environment object.
getEnvironment
in interface AWSfinspace
getEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException
- You do not have sufficient access to perform this action.public ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
A list of all of your FinSpace environments.
listEnvironments
in interface AWSfinspace
listEnvironmentsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
A list of all tags for a resource.
listTagsForResource
in interface AWSfinspace
listTagsForResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.InvalidRequestException
- The request is invalid. Something is wrong with the input to the request.ResourceNotFoundException
- One or more resources can't be found.public TagResourceResult tagResource(TagResourceRequest request)
Adds metadata tags to a FinSpace resource.
tagResource
in interface AWSfinspace
tagResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.InvalidRequestException
- The request is invalid. Something is wrong with the input to the request.ResourceNotFoundException
- One or more resources can't be found.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes metadata tags from a FinSpace resource.
untagResource
in interface AWSfinspace
untagResourceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.InvalidRequestException
- The request is invalid. Something is wrong with the input to the request.ResourceNotFoundException
- One or more resources can't be found.public UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
Update your FinSpace environment.
updateEnvironment
in interface AWSfinspace
updateEnvironmentRequest
- ResourceNotFoundException
- One or more resources can't be found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.AccessDeniedException
- You do not have sufficient access to perform this action.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an AWS service.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 AWSfinspace
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSfinspace
shutdown
in class AmazonWebServiceClient