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 ListOsnsResponse
BlockchainPlatform. 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)
ListOsnsResponse
BlockchainPlatformClient. listOsns(ListOsnsRequest request)
Iterable<OsnSummary>
BlockchainPlatformPaginators. listOsnsRecordIterator(ListOsnsRequest request)
Creates a new iterable which will iterate over theOsnSummary
objects 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 ListOsnsRequest
ListOsnsRequest.Builder. build()
Build the instance of ListOsnsRequest as configured by this builderListOsnsRequest
ListOsnsRequest.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.Builder
ListOsnsRequest.Builder. copy(ListOsnsRequest o)
Copy method to populate the builder with values from the given instance.
-