Uses of Class
software.amazon.awssdk.services.ssmsap.model.GetOperationResponse
-
Packages that use GetOperationResponse Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. -
-
Uses of GetOperationResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return GetOperationResponse Modifier and Type Method Description default GetOperationResponseSsmSapClient. getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)Gets the details of an operation by specifying the operation ID.default GetOperationResponseSsmSapClient. getOperation(GetOperationRequest getOperationRequest)Gets the details of an operation by specifying the operation ID.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type GetOperationResponse Modifier and Type Method Description default CompletableFuture<GetOperationResponse>SsmSapAsyncClient. getOperation(Consumer<GetOperationRequest.Builder> getOperationRequest)Gets the details of an operation by specifying the operation ID.default CompletableFuture<GetOperationResponse>SsmSapAsyncClient. getOperation(GetOperationRequest getOperationRequest)Gets the details of an operation by specifying the operation ID.
-