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