Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.PutPolicyResponse.Builder
-
Packages that use PutPolicyResponse.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of PutPolicyResponse.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return PutPolicyResponse.Builder Modifier and Type Method Description static PutPolicyResponse.BuilderPutPolicyResponse. builder()default PutPolicyResponse.BuilderPutPolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)A policy configures behavior that you allow or disallow for your account.PutPolicyResponse.BuilderPutPolicyResponse.Builder. policy(Policy policy)A policy configures behavior that you allow or disallow for your account.PutPolicyResponse.BuilderPutPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type PutPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutPolicyResponse.Builder>PutPolicyResponse. serializableBuilderClass()
-