Uses of Class
com.oracle.bmc.blockchain.responses.ListOsnsResponse
-
Packages that use ListOsnsResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of ListOsnsResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return ListOsnsResponse Modifier and Type Method Description ListOsnsResponse
BlockchainPlatform. listOsns(ListOsnsRequest request)
List Blockchain Platform OSNsListOsnsResponse
BlockchainPlatformClient. listOsns(ListOsnsRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type ListOsnsResponse 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)
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 ListOsnsResponse 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 ListOsnsResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return ListOsnsResponse Modifier and Type Method Description ListOsnsResponse
ListOsnsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type ListOsnsResponse Modifier and Type Method Description ListOsnsResponse.Builder
ListOsnsResponse.Builder. copy(ListOsnsResponse o)
Copy method to populate the builder with values from the given instance.
-