Uses of Class
software.amazon.awssdk.services.managedblockchain.model.DeleteNodeRequest
-
Packages that use DeleteNodeRequest Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.transform -
-
Uses of DeleteNodeRequest in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain with parameters of type DeleteNodeRequest Modifier and Type Method Description default CompletableFuture<DeleteNodeResponse>ManagedBlockchainAsyncClient. deleteNode(DeleteNodeRequest deleteNodeRequest)Deletes a node that your Amazon Web Services account owns.default DeleteNodeResponseManagedBlockchainClient. deleteNode(DeleteNodeRequest deleteNodeRequest)Deletes a node that your Amazon Web Services account owns. -
Uses of DeleteNodeRequest in software.amazon.awssdk.services.managedblockchain.transform
Methods in software.amazon.awssdk.services.managedblockchain.transform with parameters of type DeleteNodeRequest Modifier and Type Method Description SdkHttpFullRequestDeleteNodeRequestMarshaller. marshall(DeleteNodeRequest deleteNodeRequest)
-