Uses of Class
com.oracle.bmc.core.responses.ListComputeCapacityTopologiesResponse
-
Packages that use ListComputeCapacityTopologiesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListComputeCapacityTopologiesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListComputeCapacityTopologiesResponse Modifier and Type Method Description ListComputeCapacityTopologiesResponse
Compute. listComputeCapacityTopologies(ListComputeCapacityTopologiesRequest request)
Lists the compute capacity topologies in the specified compartment.ListComputeCapacityTopologiesResponse
ComputeClient. listComputeCapacityTopologies(ListComputeCapacityTopologiesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListComputeCapacityTopologiesResponse Modifier and Type Method Description Future<ListComputeCapacityTopologiesResponse>
ComputeAsync. listComputeCapacityTopologies(ListComputeCapacityTopologiesRequest request, AsyncHandler<ListComputeCapacityTopologiesRequest,ListComputeCapacityTopologiesResponse> handler)
Lists the compute capacity topologies in the specified compartment.Future<ListComputeCapacityTopologiesResponse>
ComputeAsyncClient. listComputeCapacityTopologies(ListComputeCapacityTopologiesRequest request, AsyncHandler<ListComputeCapacityTopologiesRequest,ListComputeCapacityTopologiesResponse> handler)
Iterable<ListComputeCapacityTopologiesResponse>
ComputePaginators. listComputeCapacityTopologiesResponseIterator(ListComputeCapacityTopologiesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologies operation.Method parameters in com.oracle.bmc.core with type arguments of type ListComputeCapacityTopologiesResponse Modifier and Type Method Description Future<ListComputeCapacityTopologiesResponse>
ComputeAsync. listComputeCapacityTopologies(ListComputeCapacityTopologiesRequest request, AsyncHandler<ListComputeCapacityTopologiesRequest,ListComputeCapacityTopologiesResponse> handler)
Lists the compute capacity topologies in the specified compartment.Future<ListComputeCapacityTopologiesResponse>
ComputeAsyncClient. listComputeCapacityTopologies(ListComputeCapacityTopologiesRequest request, AsyncHandler<ListComputeCapacityTopologiesRequest,ListComputeCapacityTopologiesResponse> handler)
-
Uses of ListComputeCapacityTopologiesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListComputeCapacityTopologiesResponse Modifier and Type Method Description ListComputeCapacityTopologiesResponse
ListComputeCapacityTopologiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListComputeCapacityTopologiesResponse Modifier and Type Method Description ListComputeCapacityTopologiesResponse.Builder
ListComputeCapacityTopologiesResponse.Builder. copy(ListComputeCapacityTopologiesResponse o)
Copy method to populate the builder with values from the given instance.
-