| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2 |
|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutChannelPolicyResult> |
AbstractAWSMediaPackageV2Async.putChannelPolicyAsync(PutChannelPolicyRequest request,
AsyncHandler<PutChannelPolicyRequest,PutChannelPolicyResult> asyncHandler) |
Future<PutChannelPolicyResult> |
AWSMediaPackageV2AsyncClient.putChannelPolicyAsync(PutChannelPolicyRequest request,
AsyncHandler<PutChannelPolicyRequest,PutChannelPolicyResult> asyncHandler) |
Future<PutChannelPolicyResult> |
AWSMediaPackageV2Async.putChannelPolicyAsync(PutChannelPolicyRequest putChannelPolicyRequest,
AsyncHandler<PutChannelPolicyRequest,PutChannelPolicyResult> asyncHandler)
Attaches an IAM policy to the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
PutChannelPolicyRequest |
PutChannelPolicyRequest.clone() |
PutChannelPolicyRequest |
PutChannelPolicyRequest.withChannelGroupName(String channelGroupName)
The name that describes the channel group.
|
PutChannelPolicyRequest |
PutChannelPolicyRequest.withChannelName(String channelName)
The name that describes the channel.
|
PutChannelPolicyRequest |
PutChannelPolicyRequest.withPolicy(String policy)
The policy to attach to the specified channel.
|
Copyright © 2024. All rights reserved.