Uses of Class
com.oracle.bmc.core.responses.ListComputeCapacityTopologyComputeNetworkBlocksResponse
-
Packages that use ListComputeCapacityTopologyComputeNetworkBlocksResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListComputeCapacityTopologyComputeNetworkBlocksResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListComputeCapacityTopologyComputeNetworkBlocksResponse Modifier and Type Method Description ListComputeCapacityTopologyComputeNetworkBlocksResponse
Compute. listComputeCapacityTopologyComputeNetworkBlocks(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Lists compute network blocks in the specified compute capacity topology.ListComputeCapacityTopologyComputeNetworkBlocksResponse
ComputeClient. listComputeCapacityTopologyComputeNetworkBlocks(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type ListComputeCapacityTopologyComputeNetworkBlocksResponse Modifier and Type Method Description Future<ListComputeCapacityTopologyComputeNetworkBlocksResponse>
ComputeAsync. listComputeCapacityTopologyComputeNetworkBlocks(ListComputeCapacityTopologyComputeNetworkBlocksRequest request, AsyncHandler<ListComputeCapacityTopologyComputeNetworkBlocksRequest,ListComputeCapacityTopologyComputeNetworkBlocksResponse> handler)
Lists compute network blocks in the specified compute capacity topology.Future<ListComputeCapacityTopologyComputeNetworkBlocksResponse>
ComputeAsyncClient. listComputeCapacityTopologyComputeNetworkBlocks(ListComputeCapacityTopologyComputeNetworkBlocksRequest request, AsyncHandler<ListComputeCapacityTopologyComputeNetworkBlocksRequest,ListComputeCapacityTopologyComputeNetworkBlocksResponse> handler)
-
Uses of ListComputeCapacityTopologyComputeNetworkBlocksResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListComputeCapacityTopologyComputeNetworkBlocksResponse Modifier and Type Method Description ListComputeCapacityTopologyComputeNetworkBlocksResponse
ListComputeCapacityTopologyComputeNetworkBlocksResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListComputeCapacityTopologyComputeNetworkBlocksResponse Modifier and Type Method Description ListComputeCapacityTopologyComputeNetworkBlocksResponse.Builder
ListComputeCapacityTopologyComputeNetworkBlocksResponse.Builder. copy(ListComputeCapacityTopologyComputeNetworkBlocksResponse o)
Copy method to populate the builder with values from the given instance.
-