| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGatewayResult> |
AbstractAWSMediaConnectAsync.createGatewayAsync(CreateGatewayRequest request,
AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler) |
Future<CreateGatewayResult> |
AWSMediaConnectAsync.createGatewayAsync(CreateGatewayRequest createGatewayRequest,
AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler)
Creates a new gateway.
|
Future<CreateGatewayResult> |
AWSMediaConnectAsyncClient.createGatewayAsync(CreateGatewayRequest request,
AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRequest |
CreateGatewayRequest.clone() |
CreateGatewayRequest |
CreateGatewayRequest.withEgressCidrBlocks(Collection<String> egressCidrBlocks)
The range of IP addresses that are allowed to contribute content or initiate output requests for flows
communicating with this gateway.
|
CreateGatewayRequest |
CreateGatewayRequest.withEgressCidrBlocks(String... egressCidrBlocks)
The range of IP addresses that are allowed to contribute content or initiate output requests for flows
communicating with this gateway.
|
CreateGatewayRequest |
CreateGatewayRequest.withName(String name)
The name of the gateway.
|
CreateGatewayRequest |
CreateGatewayRequest.withNetworks(Collection<GatewayNetwork> networks)
The list of networks that you want to add.
|
CreateGatewayRequest |
CreateGatewayRequest.withNetworks(GatewayNetwork... networks)
The list of networks that you want to add.
|
Copyright © 2023. All rights reserved.