| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default GetOperationResponse |
ServiceDiscoveryClient.getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
default GetOperationResponse |
ServiceDiscoveryClient.getOperation(GetOperationRequest getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetOperationResponse> |
ServiceDiscoveryAsyncClient.getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
default CompletableFuture<GetOperationResponse> |
ServiceDiscoveryAsyncClient.getOperation(GetOperationRequest getOperationRequest)
Gets information about any operation that returns an operation ID in the response, such as a
CreateService request. |
Copyright © 2023. All rights reserved.