Uses of Interface
software.amazon.awscdk.services.ecs.PortMapping
Packages that use PortMapping
-
Uses of PortMapping in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement PortMappingMethods in software.amazon.awscdk.services.ecs that return PortMappingModifier and TypeMethodDescriptionPortMapping.Builder.build()Builds the configured instance.ContainerDefinition.findPortMapping(Number containerPort, Protocol protocol) Returns the host port for the requested container port if it exists.Methods in software.amazon.awscdk.services.ecs that return types with arguments of type PortMappingModifier and TypeMethodDescriptionContainerDefinition.getPortMappings()The list of port mappings for the container.default List<PortMapping>ContainerDefinitionOptions.getPortMappings()The port mappings to add to the container definition.final List<PortMapping>ContainerDefinitionOptions.Jsii$Proxy.getPortMappings()final List<PortMapping>ContainerDefinitionProps.Jsii$Proxy.getPortMappings()final List<PortMapping>FirelensLogRouterDefinitionOptions.Jsii$Proxy.getPortMappings()final List<PortMapping>FirelensLogRouterProps.Jsii$Proxy.getPortMappings()Methods in software.amazon.awscdk.services.ecs with parameters of type PortMappingModifier and TypeMethodDescriptionvoidContainerDefinition.addPortMappings(@NotNull PortMapping... portMappings) This method adds one or more port mappings to the container.Method parameters in software.amazon.awscdk.services.ecs with type arguments of type PortMappingModifier and TypeMethodDescriptionContainerDefinition.Builder.portMappings(List<? extends PortMapping> portMappings) The port mappings to add to the container definition.ContainerDefinitionOptions.Builder.portMappings(List<? extends PortMapping> portMappings) Sets the value ofContainerDefinitionOptions.getPortMappings()ContainerDefinitionProps.Builder.portMappings(List<? extends PortMapping> portMappings) Sets the value ofContainerDefinitionOptions.getPortMappings()FirelensLogRouter.Builder.portMappings(List<? extends PortMapping> portMappings) The port mappings to add to the container definition.FirelensLogRouterDefinitionOptions.Builder.portMappings(List<? extends PortMapping> portMappings) Sets the value ofContainerDefinitionOptions.getPortMappings()FirelensLogRouterProps.Builder.portMappings(List<? extends PortMapping> portMappings) Sets the value ofContainerDefinitionOptions.getPortMappings()