| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
OperationFilter |
OperationFilter.clone() |
OperationFilter |
OperationFilter.withCondition(FilterCondition condition)
The operator that you want to use to determine whether an operation matches the specified value.
|
OperationFilter |
OperationFilter.withCondition(String condition)
The operator that you want to use to determine whether an operation matches the specified value.
|
OperationFilter |
OperationFilter.withName(OperationFilterName name)
Specify the operations that you want to get:
|
OperationFilter |
OperationFilter.withName(String name)
Specify the operations that you want to get:
|
OperationFilter |
OperationFilter.withValues(Collection<String> values)
Specify values that are applicable to the value that you specify for
Name: |
OperationFilter |
OperationFilter.withValues(String... values)
Specify values that are applicable to the value that you specify for
Name: |
| Modifier and Type | Method and Description |
|---|---|
List<OperationFilter> |
ListOperationsRequest.getFilters()
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest |
ListOperationsRequest.withFilters(OperationFilter... filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationsRequest.setFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
ListOperationsRequest |
ListOperationsRequest.withFilters(Collection<OperationFilter> filters)
A complex type that contains specifications for the operations that you want to list, for example, operations
that you started between a specified start date and end date.
|
Copyright © 2023. All rights reserved.