Uses of Interface
software.amazon.awssdk.services.mediapackagev2.model.GetChannelPolicyResponse.Builder
-
Packages that use GetChannelPolicyResponse.Builder Package Description software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of GetChannelPolicyResponse.Builder in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return GetChannelPolicyResponse.Builder Modifier and Type Method Description static GetChannelPolicyResponse.BuilderGetChannelPolicyResponse. builder()GetChannelPolicyResponse.BuilderGetChannelPolicyResponse.Builder. channelGroupName(String channelGroupName)The name that describes the channel group.GetChannelPolicyResponse.BuilderGetChannelPolicyResponse.Builder. channelName(String channelName)The name that describes the channel.GetChannelPolicyResponse.BuilderGetChannelPolicyResponse.Builder. policy(String policy)The policy assigned to the channel.GetChannelPolicyResponse.BuilderGetChannelPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type GetChannelPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetChannelPolicyResponse.Builder>GetChannelPolicyResponse. serializableBuilderClass()
-