Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowResourceType
-
Packages that use MaintenanceWindowResourceType Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of MaintenanceWindowResourceType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowResourceType Modifier and Type Method Description static MaintenanceWindowResourceTypeMaintenanceWindowResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MaintenanceWindowResourceTypeDescribeMaintenanceWindowScheduleRequest. resourceType()The type of resource you want to retrieve information about.MaintenanceWindowResourceTypeDescribeMaintenanceWindowsForTargetRequest. resourceType()The type of resource you want to retrieve information about.MaintenanceWindowResourceTypeMaintenanceWindowTarget. resourceType()The type of target that is being registered with the maintenance window.MaintenanceWindowResourceTypeRegisterTargetWithMaintenanceWindowRequest. resourceType()The type of target being registered with the maintenance window.static MaintenanceWindowResourceTypeMaintenanceWindowResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceWindowResourceType[]MaintenanceWindowResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowResourceType Modifier and Type Method Description static Set<MaintenanceWindowResourceType>MaintenanceWindowResourceType. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowResourceType Modifier and Type Method Description DescribeMaintenanceWindowScheduleRequest.BuilderDescribeMaintenanceWindowScheduleRequest.Builder. resourceType(MaintenanceWindowResourceType resourceType)The type of resource you want to retrieve information about.DescribeMaintenanceWindowsForTargetRequest.BuilderDescribeMaintenanceWindowsForTargetRequest.Builder. resourceType(MaintenanceWindowResourceType resourceType)The type of resource you want to retrieve information about.MaintenanceWindowTarget.BuilderMaintenanceWindowTarget.Builder. resourceType(MaintenanceWindowResourceType resourceType)The type of target that is being registered with the maintenance window.RegisterTargetWithMaintenanceWindowRequest.BuilderRegisterTargetWithMaintenanceWindowRequest.Builder. resourceType(MaintenanceWindowResourceType resourceType)The type of target being registered with the maintenance window.
-