Uses of Class
software.amazon.awssdk.services.lightsail.model.ContainerServiceProtocol
-
Packages that use ContainerServiceProtocol Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContainerServiceProtocol in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ContainerServiceProtocol Modifier and Type Method Description static ContainerServiceProtocolContainerServiceProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContainerServiceProtocolContainerServiceProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerServiceProtocol[]ContainerServiceProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContainerServiceProtocol Modifier and Type Method Description static Set<ContainerServiceProtocol>ContainerServiceProtocol. knownValues()Map<String,ContainerServiceProtocol>Container. ports()The open firewall ports of the container.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ContainerServiceProtocol Modifier and Type Method Description Container.BuilderContainer.Builder. ports(Map<String,ContainerServiceProtocol> ports)The open firewall ports of the container.
-