Uses of Class
com.oracle.bmc.core.responses.CreateComputeCapacityReportResponse
-
Packages that use CreateComputeCapacityReportResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateComputeCapacityReportResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateComputeCapacityReportResponse Modifier and Type Method Description CreateComputeCapacityReportResponse
Compute. createComputeCapacityReport(CreateComputeCapacityReportRequest request)
Generates a report of the host capacity within an availability domain that is available for you to create compute instances.CreateComputeCapacityReportResponse
ComputeClient. createComputeCapacityReport(CreateComputeCapacityReportRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type CreateComputeCapacityReportResponse Modifier and Type Method Description Future<CreateComputeCapacityReportResponse>
ComputeAsync. createComputeCapacityReport(CreateComputeCapacityReportRequest request, AsyncHandler<CreateComputeCapacityReportRequest,CreateComputeCapacityReportResponse> handler)
Generates a report of the host capacity within an availability domain that is available for you to create compute instances.Future<CreateComputeCapacityReportResponse>
ComputeAsyncClient. createComputeCapacityReport(CreateComputeCapacityReportRequest request, AsyncHandler<CreateComputeCapacityReportRequest,CreateComputeCapacityReportResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type CreateComputeCapacityReportResponse Modifier and Type Method Description Future<CreateComputeCapacityReportResponse>
ComputeAsync. createComputeCapacityReport(CreateComputeCapacityReportRequest request, AsyncHandler<CreateComputeCapacityReportRequest,CreateComputeCapacityReportResponse> handler)
Generates a report of the host capacity within an availability domain that is available for you to create compute instances.Future<CreateComputeCapacityReportResponse>
ComputeAsyncClient. createComputeCapacityReport(CreateComputeCapacityReportRequest request, AsyncHandler<CreateComputeCapacityReportRequest,CreateComputeCapacityReportResponse> handler)
-
Uses of CreateComputeCapacityReportResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateComputeCapacityReportResponse Modifier and Type Method Description CreateComputeCapacityReportResponse
CreateComputeCapacityReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateComputeCapacityReportResponse Modifier and Type Method Description CreateComputeCapacityReportResponse.Builder
CreateComputeCapacityReportResponse.Builder. copy(CreateComputeCapacityReportResponse o)
Copy method to populate the builder with values from the given instance.
-