Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.CreateGatewayRequest.Builder
-
Packages that use CreateGatewayRequest.Builder Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.model -
-
Uses of CreateGatewayRequest.Builder in software.amazon.awssdk.services.mediaconnect
Method parameters in software.amazon.awssdk.services.mediaconnect with type arguments of type CreateGatewayRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGatewayResponse>MediaConnectAsyncClient. createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest)Creates a new gateway.default CreateGatewayResponseMediaConnectClient. createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest)Creates a new gateway. -
Uses of CreateGatewayRequest.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return CreateGatewayRequest.Builder Modifier and Type Method Description static CreateGatewayRequest.BuilderCreateGatewayRequest. builder()CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. egressCidrBlocks(String... egressCidrBlocks)The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway.CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. egressCidrBlocks(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.BuilderCreateGatewayRequest.Builder. name(String name)The name of the gateway.CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. networks(Collection<GatewayNetwork> networks)The list of networks that you want to add.CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. networks(Consumer<GatewayNetwork.Builder>... networks)The list of networks that you want to add.CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. networks(GatewayNetwork... networks)The list of networks that you want to add.CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGatewayRequest.BuilderCreateGatewayRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGatewayRequest.BuilderCreateGatewayRequest. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type CreateGatewayRequest.Builder Modifier and Type Method Description static Class<? extends CreateGatewayRequest.Builder>CreateGatewayRequest. serializableBuilderClass()
-