| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowResourceType |
MaintenanceWindowResourceType.fromValue(String value)
Use this in place of valueOf.
|
static MaintenanceWindowResourceType |
MaintenanceWindowResourceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterTargetWithMaintenanceWindowRequest.setResourceType(MaintenanceWindowResourceType resourceType)
The type of target being registered with the maintenance window.
|
void |
MaintenanceWindowTarget.setResourceType(MaintenanceWindowResourceType resourceType)
The type of target that is being registered with the maintenance window.
|
RegisterTargetWithMaintenanceWindowRequest |
RegisterTargetWithMaintenanceWindowRequest.withResourceType(MaintenanceWindowResourceType resourceType)
The type of target being registered with the maintenance window.
|
MaintenanceWindowTarget |
MaintenanceWindowTarget.withResourceType(MaintenanceWindowResourceType resourceType)
The type of target that is being registered with the maintenance window.
|
DescribeMaintenanceWindowsForTargetRequest |
DescribeMaintenanceWindowsForTargetRequest.withResourceType(MaintenanceWindowResourceType resourceType)
The type of resource you want to retrieve information about.
|
DescribeMaintenanceWindowScheduleRequest |
DescribeMaintenanceWindowScheduleRequest.withResourceType(MaintenanceWindowResourceType resourceType)
The type of resource you want to retrieve information about.
|
Copyright © 2023. All rights reserved.