| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
default PutChannelPolicyResponse |
MediaPackageV2Client.putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)
Attaches an IAM policy to the specified channel.
|
default CompletableFuture<PutChannelPolicyResponse> |
MediaPackageV2AsyncClient.putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)
Attaches an IAM policy to the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
static PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.builder() |
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.channelName(String channelName)
The name that describes the channel.
|
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.policy(String policy)
The policy to attach to the specified channel.
|
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutChannelPolicyRequest.Builder> |
PutChannelPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.