Uses of Interface
software.amazon.awssdk.services.ecr.model.PutRegistryPolicyResponse.Builder
-
Packages that use PutRegistryPolicyResponse.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of PutRegistryPolicyResponse.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return PutRegistryPolicyResponse.Builder Modifier and Type Method Description static PutRegistryPolicyResponse.BuilderPutRegistryPolicyResponse. builder()PutRegistryPolicyResponse.BuilderPutRegistryPolicyResponse.Builder. policyText(String policyText)The JSON policy text for your registry.PutRegistryPolicyResponse.BuilderPutRegistryPolicyResponse.Builder. registryId(String registryId)The registry ID associated with the request.PutRegistryPolicyResponse.BuilderPutRegistryPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type PutRegistryPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutRegistryPolicyResponse.Builder>PutRegistryPolicyResponse. serializableBuilderClass()
-