Uses of Enum
software.amazon.awssdk.services.ec2.model.IpScopeEnum
Packages that use IpScopeEnum
-
Uses of IpScopeEnum in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpScopeEnumModifier and TypeMethodDescriptionstatic IpScopeEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IpScopeEnumApplicationStatusCheckResponseObject.ipScope()The IP scope used for the health check.final IpScopeEnumCreateApplicationStatusCheckRequest.ipScope()The IP scope to use for the health check.final IpScopeEnumModifyApplicationStatusCheckRequest.ipScope()The IP scope to use for the health check.static IpScopeEnumReturns the enum constant of this type with the specified name.static IpScopeEnum[]IpScopeEnum.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 IpScopeEnumMethods in software.amazon.awssdk.services.ec2.model with parameters of type IpScopeEnumModifier and TypeMethodDescriptionApplicationStatusCheckResponseObject.Builder.ipScope(IpScopeEnum ipScope) The IP scope used for the health check.CreateApplicationStatusCheckRequest.Builder.ipScope(IpScopeEnum ipScope) The IP scope to use for the health check.ModifyApplicationStatusCheckRequest.Builder.ipScope(IpScopeEnum ipScope) The IP scope to use for the health check.