@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 FinSpace environments.
LOGGING_AWS_REQUEST_METRICENDPOINT_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, withTimeOffsetpublic static AWSfinspaceClientBuilder builder()
public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
Create a new FinSpace environment.
createEnvironment in interface AWSfinspacecreateEnvironmentRequest - 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 AWSfinspacedeleteEnvironmentRequest - 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 AWSfinspacegetEnvironmentRequest - 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 AWSfinspacelistEnvironmentsRequest - 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 AWSfinspacelistTagsForResourceRequest - 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 AWSfinspacetagResourceRequest - 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 AWSfinspaceuntagResourceRequest - 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 AWSfinspaceupdateEnvironmentRequest - 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 AWSfinspacerequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AWSfinspaceshutdown in class AmazonWebServiceClient