Class FinspaceResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.finspace.model.FinspaceResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateEnvironmentResponse,CreateKxChangesetResponse,CreateKxClusterResponse,CreateKxDatabaseResponse,CreateKxDataviewResponse,CreateKxEnvironmentResponse,CreateKxScalingGroupResponse,CreateKxUserResponse,CreateKxVolumeResponse,DeleteEnvironmentResponse,DeleteKxClusterNodeResponse,DeleteKxClusterResponse,DeleteKxDatabaseResponse,DeleteKxDataviewResponse,DeleteKxEnvironmentResponse,DeleteKxScalingGroupResponse,DeleteKxUserResponse,DeleteKxVolumeResponse,GetEnvironmentResponse,GetKxChangesetResponse,GetKxClusterResponse,GetKxConnectionStringResponse,GetKxDatabaseResponse,GetKxDataviewResponse,GetKxEnvironmentResponse,GetKxScalingGroupResponse,GetKxUserResponse,GetKxVolumeResponse,ListEnvironmentsResponse,ListKxChangesetsResponse,ListKxClusterNodesResponse,ListKxClustersResponse,ListKxDatabasesResponse,ListKxDataviewsResponse,ListKxEnvironmentsResponse,ListKxScalingGroupsResponse,ListKxUsersResponse,ListKxVolumesResponse,ListTagsForResourceResponse,TagResourceResponse,UntagResourceResponse,UpdateEnvironmentResponse,UpdateKxClusterCodeConfigurationResponse,UpdateKxClusterDatabasesResponse,UpdateKxDatabaseResponse,UpdateKxDataviewResponse,UpdateKxEnvironmentNetworkResponse,UpdateKxEnvironmentResponse,UpdateKxUserResponse,UpdateKxVolumeResponse
@Generated("software.amazon.awssdk:codegen") public abstract class FinspaceResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFinspaceResponse.Builderprotected static classFinspaceResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedFinspaceResponse(FinspaceResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FinspaceResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
FinspaceResponse
protected FinspaceResponse(FinspaceResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public FinspaceResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-