Uses of Class
software.amazon.awssdk.services.ecs.model.ExpressGatewayServiceInclude
-
Packages that use ExpressGatewayServiceInclude Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayServiceInclude in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayServiceInclude Modifier and Type Method Description static ExpressGatewayServiceIncludeExpressGatewayServiceInclude. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExpressGatewayServiceIncludeExpressGatewayServiceInclude. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressGatewayServiceInclude[]ExpressGatewayServiceInclude. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExpressGatewayServiceInclude Modifier and Type Method Description List<ExpressGatewayServiceInclude>DescribeExpressGatewayServiceRequest. include()Specifies additional information to include in the response.static Set<ExpressGatewayServiceInclude>ExpressGatewayServiceInclude. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ExpressGatewayServiceInclude Modifier and Type Method Description DescribeExpressGatewayServiceRequest.BuilderDescribeExpressGatewayServiceRequest.Builder. include(ExpressGatewayServiceInclude... include)Specifies additional information to include in the response.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExpressGatewayServiceInclude Modifier and Type Method Description DescribeExpressGatewayServiceRequest.BuilderDescribeExpressGatewayServiceRequest.Builder. include(Collection<ExpressGatewayServiceInclude> include)Specifies additional information to include in the response.
-