Uses of Enum
software.amazon.awssdk.services.ec2.model.HostMaintenance
Packages that use HostMaintenance
-
Uses of HostMaintenance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostMaintenanceModifier and TypeMethodDescriptionstatic HostMaintenanceUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HostMaintenanceAllocateHostsRequest.hostMaintenance()Indicates whether to enable or disable host maintenance for the Dedicated Host.final HostMaintenanceHost.hostMaintenance()Indicates whether host maintenance is enabled or disabled for the Dedicated Host.final HostMaintenanceModifyHostsRequest.hostMaintenance()Indicates whether to enable or disable host maintenance for the Dedicated Host.static HostMaintenanceReturns the enum constant of this type with the specified name.static HostMaintenance[]HostMaintenance.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 HostMaintenanceMethods in software.amazon.awssdk.services.ec2.model with parameters of type HostMaintenanceModifier and TypeMethodDescriptionAllocateHostsRequest.Builder.hostMaintenance(HostMaintenance hostMaintenance) Indicates whether to enable or disable host maintenance for the Dedicated Host.Host.Builder.hostMaintenance(HostMaintenance hostMaintenance) Indicates whether host maintenance is enabled or disabled for the Dedicated Host.ModifyHostsRequest.Builder.hostMaintenance(HostMaintenance hostMaintenance) Indicates whether to enable or disable host maintenance for the Dedicated Host.