Uses of Interface
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceNetworkConfiguration.Builder
-
Packages that use ExpressGatewayServiceNetworkConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceNetworkConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceNetworkConfiguration.Builder Modifier and Type Method Description static ExpressGatewayServiceNetworkConfiguration.BuilderExpressGatewayServiceNetworkConfiguration. builder()ExpressGatewayServiceNetworkConfiguration.BuilderExpressGatewayServiceNetworkConfiguration.Builder. securityGroups(String... securityGroups)The IDs of the security groups associated with the Express service.ExpressGatewayServiceNetworkConfiguration.BuilderExpressGatewayServiceNetworkConfiguration.Builder. securityGroups(Collection<String> securityGroups)The IDs of the security groups associated with the Express service.ExpressGatewayServiceNetworkConfiguration.BuilderExpressGatewayServiceNetworkConfiguration.Builder. subnets(String... subnets)The IDs of the subnets associated with the Express service.ExpressGatewayServiceNetworkConfiguration.BuilderExpressGatewayServiceNetworkConfiguration.Builder. subnets(Collection<String> subnets)The IDs of the subnets associated with the Express service.ExpressGatewayServiceNetworkConfiguration.BuilderExpressGatewayServiceNetworkConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExpressGatewayServiceNetworkConfiguration.Builder Modifier and Type Method Description static Class<? extends ExpressGatewayServiceNetworkConfiguration.Builder>ExpressGatewayServiceNetworkConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExpressGatewayServiceNetworkConfiguration.Builder Modifier and Type Method Description default CreateExpressGatewayServiceRequest.BuilderCreateExpressGatewayServiceRequest.Builder. networkConfiguration(Consumer<ExpressGatewayServiceNetworkConfiguration.Builder> networkConfiguration)The network configuration for the Express service tasks.default ExpressGatewayServiceConfiguration.BuilderExpressGatewayServiceConfiguration.Builder. networkConfiguration(Consumer<ExpressGatewayServiceNetworkConfiguration.Builder> networkConfiguration)The network configuration for tasks in this service revision.default UpdateExpressGatewayServiceRequest.BuilderUpdateExpressGatewayServiceRequest.Builder. networkConfiguration(Consumer<ExpressGatewayServiceNetworkConfiguration.Builder> networkConfiguration)The network configuration for the Express service tasks.
-