Uses of Class
com.oracle.bmc.core.requests.GetComputeCapacityTopologyRequest
-
Packages that use GetComputeCapacityTopologyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetComputeCapacityTopologyRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetComputeCapacityTopologyRequest Modifier and Type Method Description Future<GetComputeCapacityTopologyResponse>
ComputeAsync. getComputeCapacityTopology(GetComputeCapacityTopologyRequest request, AsyncHandler<GetComputeCapacityTopologyRequest,GetComputeCapacityTopologyResponse> handler)
Gets information about the specified compute capacity topology.Future<GetComputeCapacityTopologyResponse>
ComputeAsyncClient. getComputeCapacityTopology(GetComputeCapacityTopologyRequest request, AsyncHandler<GetComputeCapacityTopologyRequest,GetComputeCapacityTopologyResponse> handler)
-
Uses of GetComputeCapacityTopologyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetComputeCapacityTopologyRequest Modifier and Type Method Description GetComputeCapacityTopologyRequest
GetComputeCapacityTopologyRequest.Builder. build()
Build the instance of GetComputeCapacityTopologyRequest as configured by this builderGetComputeCapacityTopologyRequest
GetComputeCapacityTopologyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetComputeCapacityTopologyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetComputeCapacityTopologyRequest Modifier and Type Method Description GetComputeCapacityTopologyRequest.Builder
GetComputeCapacityTopologyRequest.Builder. copy(GetComputeCapacityTopologyRequest o)
Copy method to populate the builder with values from the given instance.
-