@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)
AWSfinspace
Create a new FinSpace environment.
createEnvironment
in interface AWSfinspace
public DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
AWSfinspace
Delete an FinSpace environment.
deleteEnvironment
in interface AWSfinspace
public GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
AWSfinspace
Returns the FinSpace environment object.
getEnvironment
in interface AWSfinspace
public ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
AWSfinspace
A list of all of your FinSpace environments.
listEnvironments
in interface AWSfinspace
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSfinspace
A list of all tags for a resource.
listTagsForResource
in interface AWSfinspace
public TagResourceResult tagResource(TagResourceRequest request)
AWSfinspace
Adds metadata tags to a FinSpace resource.
tagResource
in interface AWSfinspace
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSfinspace
Removes metadata tags from a FinSpace resource.
untagResource
in interface AWSfinspace
public UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
AWSfinspace
Update your FinSpace environment.
updateEnvironment
in interface AWSfinspace
public void shutdown()
AWSfinspace
shutdown
in interface AWSfinspace
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSfinspace
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 a request.
getCachedResponseMetadata
in interface AWSfinspace
request
- The originally executed request.