Class OpenSearchServerlessResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchGetCollectionResponse,BatchGetEffectiveLifecyclePolicyResponse,BatchGetLifecyclePolicyResponse,BatchGetVpcEndpointResponse,CreateAccessPolicyResponse,CreateCollectionResponse,CreateLifecyclePolicyResponse,CreateSecurityConfigResponse,CreateSecurityPolicyResponse,CreateVpcEndpointResponse,DeleteAccessPolicyResponse,DeleteCollectionResponse,DeleteLifecyclePolicyResponse,DeleteSecurityConfigResponse,DeleteSecurityPolicyResponse,DeleteVpcEndpointResponse,GetAccessPolicyResponse,GetAccountSettingsResponse,GetPoliciesStatsResponse,GetSecurityConfigResponse,GetSecurityPolicyResponse,ListAccessPoliciesResponse,ListCollectionsResponse,ListLifecyclePoliciesResponse,ListSecurityConfigsResponse,ListSecurityPoliciesResponse,ListTagsForResourceResponse,ListVpcEndpointsResponse,TagResourceResponse,UntagResourceResponse,UpdateAccessPolicyResponse,UpdateAccountSettingsResponse,UpdateCollectionResponse,UpdateLifecyclePolicyResponse,UpdateSecurityConfigResponse,UpdateSecurityPolicyResponse,UpdateVpcEndpointResponse
@Generated("software.amazon.awssdk:codegen") public abstract class OpenSearchServerlessResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpenSearchServerlessResponse.Builderprotected static classOpenSearchServerlessResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenSearchServerlessResponse(OpenSearchServerlessResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenSearchServerlessResponseMetadataresponseMetadata()-
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
-
OpenSearchServerlessResponse
protected OpenSearchServerlessResponse(OpenSearchServerlessResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public OpenSearchServerlessResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-