Uses of Class
com.oracle.bmc.capacitymanagement.requests.ListOccmDemandSignalsRequest
-
Packages that use ListOccmDemandSignalsRequest Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.requests -
-
Uses of ListOccmDemandSignalsRequest in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement with parameters of type ListOccmDemandSignalsRequest Modifier and Type Method Description ListOccmDemandSignalsResponseDemandSignal. listOccmDemandSignals(ListOccmDemandSignalsRequest request)This GET call is used to list all demand signals within the compartment passed as a query parameter.Future<ListOccmDemandSignalsResponse>DemandSignalAsync. listOccmDemandSignals(ListOccmDemandSignalsRequest request, AsyncHandler<ListOccmDemandSignalsRequest,ListOccmDemandSignalsResponse> handler)This GET call is used to list all demand signals within the compartment passed as a query parameter.Future<ListOccmDemandSignalsResponse>DemandSignalAsyncClient. listOccmDemandSignals(ListOccmDemandSignalsRequest request, AsyncHandler<ListOccmDemandSignalsRequest,ListOccmDemandSignalsResponse> handler)ListOccmDemandSignalsResponseDemandSignalClient. listOccmDemandSignals(ListOccmDemandSignalsRequest request)Iterable<OccmDemandSignalSummary>DemandSignalPaginators. listOccmDemandSignalsRecordIterator(ListOccmDemandSignalsRequest request)Creates a new iterable which will iterate over theOccmDemandSignalSummaryobjects contained in responses from the listOccmDemandSignals operation.Iterable<ListOccmDemandSignalsResponse>DemandSignalPaginators. listOccmDemandSignalsResponseIterator(ListOccmDemandSignalsRequest request)Creates a new iterable which will iterate over the responses received from the listOccmDemandSignals operation.Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type ListOccmDemandSignalsRequest Modifier and Type Method Description Future<ListOccmDemandSignalsResponse>DemandSignalAsync. listOccmDemandSignals(ListOccmDemandSignalsRequest request, AsyncHandler<ListOccmDemandSignalsRequest,ListOccmDemandSignalsResponse> handler)This GET call is used to list all demand signals within the compartment passed as a query parameter.Future<ListOccmDemandSignalsResponse>DemandSignalAsyncClient. listOccmDemandSignals(ListOccmDemandSignalsRequest request, AsyncHandler<ListOccmDemandSignalsRequest,ListOccmDemandSignalsResponse> handler) -
Uses of ListOccmDemandSignalsRequest in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return ListOccmDemandSignalsRequest Modifier and Type Method Description ListOccmDemandSignalsRequestListOccmDemandSignalsRequest.Builder. build()Build the instance of ListOccmDemandSignalsRequest as configured by this builderListOccmDemandSignalsRequestListOccmDemandSignalsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListOccmDemandSignalsRequest as configured by this builderMethods in com.oracle.bmc.capacitymanagement.requests with parameters of type ListOccmDemandSignalsRequest Modifier and Type Method Description ListOccmDemandSignalsRequest.BuilderListOccmDemandSignalsRequest.Builder. copy(ListOccmDemandSignalsRequest o)Copy method to populate the builder with values from the given instance.
-