Class EcrResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.ecr.model.EcrResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchCheckLayerAvailabilityResponse,BatchDeleteImageResponse,BatchGetImageResponse,BatchGetRepositoryScanningConfigurationResponse,CompleteLayerUploadResponse,CreatePullThroughCacheRuleResponse,CreateRepositoryCreationTemplateResponse,CreateRepositoryResponse,DeleteLifecyclePolicyResponse,DeletePullThroughCacheRuleResponse,DeleteRegistryPolicyResponse,DeleteRepositoryCreationTemplateResponse,DeleteRepositoryPolicyResponse,DeleteRepositoryResponse,DescribeImageReplicationStatusResponse,DescribeImageScanFindingsResponse,DescribeImagesResponse,DescribePullThroughCacheRulesResponse,DescribeRegistryResponse,DescribeRepositoriesResponse,DescribeRepositoryCreationTemplatesResponse,GetAccountSettingResponse,GetAuthorizationTokenResponse,GetDownloadUrlForLayerResponse,GetLifecyclePolicyPreviewResponse,GetLifecyclePolicyResponse,GetRegistryPolicyResponse,GetRegistryScanningConfigurationResponse,GetRepositoryPolicyResponse,InitiateLayerUploadResponse,ListImagesResponse,ListTagsForResourceResponse,PutAccountSettingResponse,PutImageResponse,PutImageScanningConfigurationResponse,PutImageTagMutabilityResponse,PutLifecyclePolicyResponse,PutRegistryPolicyResponse,PutRegistryScanningConfigurationResponse,PutReplicationConfigurationResponse,SetRepositoryPolicyResponse,StartImageScanResponse,StartLifecyclePolicyPreviewResponse,TagResourceResponse,UntagResourceResponse,UpdatePullThroughCacheRuleResponse,UpdateRepositoryCreationTemplateResponse,UploadLayerPartResponse,ValidatePullThroughCacheRuleResponse
@Generated("software.amazon.awssdk:codegen") public abstract class EcrResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEcrResponse.Builderprotected static classEcrResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedEcrResponse(EcrResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EcrResponseMetadataresponseMetadata()-
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
-
EcrResponse
protected EcrResponse(EcrResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public EcrResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-