Uses of Enum
software.amazon.awssdk.services.ec2.model.NetworkProtocolEnum
Packages that use NetworkProtocolEnum
-
Uses of NetworkProtocolEnum in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkProtocolEnumModifier and TypeMethodDescriptionstatic NetworkProtocolEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.final NetworkProtocolEnumApplicationStatusCheckResponseObject.protocol()The protocol used for the health check.final NetworkProtocolEnumCreateApplicationStatusCheckRequest.protocol()The protocol to use for the health check.final NetworkProtocolEnumModifyApplicationStatusCheckRequest.protocol()The protocol to use for the health check.static NetworkProtocolEnumReturns the enum constant of this type with the specified name.static NetworkProtocolEnum[]NetworkProtocolEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkProtocolEnumModifier and TypeMethodDescriptionstatic Set<NetworkProtocolEnum>NetworkProtocolEnum.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkProtocolEnumModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.Builder.protocol(NetworkProtocolEnum protocol) The protocol used for the health check.CreateApplicationStatusCheckRequest.Builder.protocol(NetworkProtocolEnum protocol) The protocol to use for the health check.ModifyApplicationStatusCheckRequest.Builder.protocol(NetworkProtocolEnum protocol) The protocol to use for the health check.