Uses of Class
com.oracle.bmc.core.requests.ListComputeCapacityReservationsRequest
-
Packages that use ListComputeCapacityReservationsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListComputeCapacityReservationsRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ListComputeCapacityReservationsRequest Modifier and Type Method Description Future<ListComputeCapacityReservationsResponse>
ComputeAsync. listComputeCapacityReservations(ListComputeCapacityReservationsRequest request, AsyncHandler<ListComputeCapacityReservationsRequest,ListComputeCapacityReservationsResponse> handler)
Lists the compute capacity reservations that match the specified criteria and compartment.Future<ListComputeCapacityReservationsResponse>
ComputeAsyncClient. listComputeCapacityReservations(ListComputeCapacityReservationsRequest request, AsyncHandler<ListComputeCapacityReservationsRequest,ListComputeCapacityReservationsResponse> handler)
-
Uses of ListComputeCapacityReservationsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListComputeCapacityReservationsRequest Modifier and Type Method Description ListComputeCapacityReservationsRequest
ListComputeCapacityReservationsRequest.Builder. build()
Build the instance of ListComputeCapacityReservationsRequest as configured by this builderListComputeCapacityReservationsRequest
ListComputeCapacityReservationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListComputeCapacityReservationsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListComputeCapacityReservationsRequest Modifier and Type Method Description ListComputeCapacityReservationsRequest.Builder
ListComputeCapacityReservationsRequest.Builder. copy(ListComputeCapacityReservationsRequest o)
Copy method to populate the builder with values from the given instance.
-