Uses of Class
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceConfiguration
-
Packages that use ExpressGatewayServiceConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceConfiguration Modifier and Type Method Description ExpressGatewayServiceConfigurationUpdatedExpressGatewayService. targetConfiguration()The configuration to which the current Express service is being updated to.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExpressGatewayServiceConfiguration Modifier and Type Method Description List<ExpressGatewayServiceConfiguration>ECSExpressGatewayService. activeConfigurations()The list of active service configurations for the Express service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ExpressGatewayServiceConfiguration Modifier and Type Method Description ECSExpressGatewayService.BuilderECSExpressGatewayService.Builder. activeConfigurations(ExpressGatewayServiceConfiguration... activeConfigurations)The list of active service configurations for the Express service.UpdatedExpressGatewayService.BuilderUpdatedExpressGatewayService.Builder. targetConfiguration(ExpressGatewayServiceConfiguration targetConfiguration)The configuration to which the current Express service is being updated to.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExpressGatewayServiceConfiguration Modifier and Type Method Description ECSExpressGatewayService.BuilderECSExpressGatewayService.Builder. activeConfigurations(Collection<ExpressGatewayServiceConfiguration> activeConfigurations)The list of active service configurations for the Express service.
-