Uses of Class
com.oracle.bmc.blockchain.requests.ListOsnsRequest
-
Packages that use ListOsnsRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of ListOsnsRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain with parameters of type ListOsnsRequest Modifier and Type Method Description ListOsnsResponseBlockchainPlatform. listOsns(ListOsnsRequest request)List Blockchain Platform OSNsFuture<ListOsnsResponse>BlockchainPlatformAsync. listOsns(ListOsnsRequest request, AsyncHandler<ListOsnsRequest,ListOsnsResponse> handler)List Blockchain Platform OSNsFuture<ListOsnsResponse>BlockchainPlatformAsyncClient. listOsns(ListOsnsRequest request, AsyncHandler<ListOsnsRequest,ListOsnsResponse> handler)ListOsnsResponseBlockchainPlatformClient. listOsns(ListOsnsRequest request)Iterable<OsnSummary>BlockchainPlatformPaginators. listOsnsRecordIterator(ListOsnsRequest request)Creates a new iterable which will iterate over theOsnSummaryobjects contained in responses from the listOsns operation.Iterable<ListOsnsResponse>BlockchainPlatformPaginators. listOsnsResponseIterator(ListOsnsRequest request)Creates a new iterable which will iterate over the responses received from the listOsns operation.Method parameters in com.oracle.bmc.blockchain with type arguments of type ListOsnsRequest Modifier and Type Method Description Future<ListOsnsResponse>BlockchainPlatformAsync. listOsns(ListOsnsRequest request, AsyncHandler<ListOsnsRequest,ListOsnsResponse> handler)List Blockchain Platform OSNsFuture<ListOsnsResponse>BlockchainPlatformAsyncClient. listOsns(ListOsnsRequest request, AsyncHandler<ListOsnsRequest,ListOsnsResponse> handler) -
Uses of ListOsnsRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return ListOsnsRequest Modifier and Type Method Description ListOsnsRequestListOsnsRequest.Builder. build()Build the instance of ListOsnsRequest as configured by this builderListOsnsRequestListOsnsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListOsnsRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type ListOsnsRequest Modifier and Type Method Description ListOsnsRequest.BuilderListOsnsRequest.Builder. copy(ListOsnsRequest o)Copy method to populate the builder with values from the given instance.
-