Uses of Class
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceNetworkConfiguration
-
Packages that use ExpressGatewayServiceNetworkConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceNetworkConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceNetworkConfiguration Modifier and Type Method Description ExpressGatewayServiceNetworkConfigurationCreateExpressGatewayServiceRequest. networkConfiguration()The network configuration for the Express service tasks.ExpressGatewayServiceNetworkConfigurationExpressGatewayServiceConfiguration. networkConfiguration()The network configuration for tasks in this service revision.ExpressGatewayServiceNetworkConfigurationUpdateExpressGatewayServiceRequest. networkConfiguration()The network configuration for the Express service tasks.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ExpressGatewayServiceNetworkConfiguration Modifier and Type Method Description CreateExpressGatewayServiceRequest.BuilderCreateExpressGatewayServiceRequest.Builder. networkConfiguration(ExpressGatewayServiceNetworkConfiguration networkConfiguration)The network configuration for the Express service tasks.ExpressGatewayServiceConfiguration.BuilderExpressGatewayServiceConfiguration.Builder. networkConfiguration(ExpressGatewayServiceNetworkConfiguration networkConfiguration)The network configuration for tasks in this service revision.UpdateExpressGatewayServiceRequest.BuilderUpdateExpressGatewayServiceRequest.Builder. networkConfiguration(ExpressGatewayServiceNetworkConfiguration networkConfiguration)The network configuration for the Express service tasks.
-