Uses of Enum
software.amazon.awssdk.services.ssm.model.MaintenanceWindowResourceType
Packages that use MaintenanceWindowResourceType
-
Uses of MaintenanceWindowResourceType in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowResourceTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.DescribeMaintenanceWindowScheduleRequest.resourceType()The type of resource you want to retrieve information about.DescribeMaintenanceWindowsForTargetRequest.resourceType()The type of resource you want to retrieve information about.MaintenanceWindowTarget.resourceType()The type of target that is being registered with the maintenance window.RegisterTargetWithMaintenanceWindowRequest.resourceType()The type of target being registered with the maintenance window.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 MaintenanceWindowResourceTypeModifier and TypeMethodDescriptionstatic Set<MaintenanceWindowResourceType>MaintenanceWindowResourceType.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowResourceTypeModifier and TypeMethodDescriptionDescribeMaintenanceWindowScheduleRequest.Builder.resourceType(MaintenanceWindowResourceType resourceType) The type of resource you want to retrieve information about.DescribeMaintenanceWindowsForTargetRequest.Builder.resourceType(MaintenanceWindowResourceType resourceType) The type of resource you want to retrieve information about.MaintenanceWindowTarget.Builder.resourceType(MaintenanceWindowResourceType resourceType) The type of target that is being registered with the maintenance window.RegisterTargetWithMaintenanceWindowRequest.Builder.resourceType(MaintenanceWindowResourceType resourceType) The type of target being registered with the maintenance window.