@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSfinspace extends Object implements AWSfinspace
AWSfinspace. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
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.
|
public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
AWSfinspaceCreate a new FinSpace environment.
createEnvironment in interface AWSfinspacepublic DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
AWSfinspaceDelete an FinSpace environment.
deleteEnvironment in interface AWSfinspacepublic GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
AWSfinspaceReturns the FinSpace environment object.
getEnvironment in interface AWSfinspacepublic ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
AWSfinspaceA list of all of your FinSpace environments.
listEnvironments in interface AWSfinspacepublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSfinspaceA list of all tags for a resource.
listTagsForResource in interface AWSfinspacepublic TagResourceResult tagResource(TagResourceRequest request)
AWSfinspaceAdds metadata tags to a FinSpace resource.
tagResource in interface AWSfinspacepublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSfinspaceRemoves metadata tags from a FinSpace resource.
untagResource in interface AWSfinspacepublic UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
AWSfinspaceUpdate your FinSpace environment.
updateEnvironment in interface AWSfinspacepublic void shutdown()
AWSfinspaceshutdown in interface AWSfinspacepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSfinspaceResponse 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 a request.
getCachedResponseMetadata in interface AWSfinspacerequest - The originally executed request.