| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentFilter |
EnrollmentFilter.clone() |
EnrollmentFilter |
EnrollmentFilter.withName(EnrollmentFilterName name)
The name of the filter.
|
EnrollmentFilter |
EnrollmentFilter.withName(String name)
The name of the filter.
|
EnrollmentFilter |
EnrollmentFilter.withValues(Collection<String> values)
The value of the filter.
|
EnrollmentFilter |
EnrollmentFilter.withValues(String... values)
The value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnrollmentFilter> |
GetEnrollmentStatusesForOrganizationRequest.getFilters()
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusesForOrganizationRequest |
GetEnrollmentStatusesForOrganizationRequest.withFilters(EnrollmentFilter... filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnrollmentStatusesForOrganizationRequest.setFilters(Collection<EnrollmentFilter> filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
GetEnrollmentStatusesForOrganizationRequest |
GetEnrollmentStatusesForOrganizationRequest.withFilters(Collection<EnrollmentFilter> filters)
An array of objects to specify a filter that returns a more specific list of account enrollment statuses.
|
Copyright © 2023. All rights reserved.