Uses of Class
software.amazon.awssdk.services.servicediscovery.model.GetOperationResponse
-
Packages that use GetOperationResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of GetOperationResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return GetOperationResponse Modifier and Type Method Description default GetOperationResponseServiceDiscoveryClient. getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)Gets information about any operation that returns an operation ID in the response, such as aCreateHttpNamespacerequest.default GetOperationResponseServiceDiscoveryClient. getOperation(GetOperationRequest getOperationRequest)Gets information about any operation that returns an operation ID in the response, such as aCreateHttpNamespacerequest.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type GetOperationResponse Modifier and Type Method 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 aCreateHttpNamespacerequest.default CompletableFuture<GetOperationResponse>ServiceDiscoveryAsyncClient. getOperation(GetOperationRequest getOperationRequest)Gets information about any operation that returns an operation ID in the response, such as aCreateHttpNamespacerequest.
-