| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static ListOperationsResponse.Builder |
ListOperationsResponse.builder() |
ListOperationsResponse.Builder |
ListOperationsResponse.Builder.nextToken(String nextToken)
If the response contains
NextToken, submit another ListOperations request to get
the next group of results. |
ListOperationsResponse.Builder |
ListOperationsResponse.Builder.operations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResponse.Builder |
ListOperationsResponse.Builder.operations(Consumer<OperationSummary.Builder>... operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResponse.Builder |
ListOperationsResponse.Builder.operations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResponse.Builder |
ListOperationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListOperationsResponse.Builder> |
ListOperationsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.