Uses of Class
com.oracle.bmc.jms.requests.ListJreUsageRequest
-
Packages that use ListJreUsageRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListJreUsageRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListJreUsageRequest Modifier and Type Method Description ListJreUsageResponseJavaManagementService. listJreUsage(ListJreUsageRequest request)List Java Runtime usage in a specified host filtered by query parameters.Future<ListJreUsageResponse>JavaManagementServiceAsync. listJreUsage(ListJreUsageRequest request, AsyncHandler<ListJreUsageRequest,ListJreUsageResponse> handler)List Java Runtime usage in a specified host filtered by query parameters.Future<ListJreUsageResponse>JavaManagementServiceAsyncClient. listJreUsage(ListJreUsageRequest request, AsyncHandler<ListJreUsageRequest,ListJreUsageResponse> handler)ListJreUsageResponseJavaManagementServiceClient. listJreUsage(ListJreUsageRequest request)Iterable<JreUsage>JavaManagementServicePaginators. listJreUsageRecordIterator(ListJreUsageRequest request)Creates a new iterable which will iterate over theJreUsageobjects contained in responses from the listJreUsage operation.Iterable<ListJreUsageResponse>JavaManagementServicePaginators. listJreUsageResponseIterator(ListJreUsageRequest request)Creates a new iterable which will iterate over the responses received from the listJreUsage operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListJreUsageRequest Modifier and Type Method Description Future<ListJreUsageResponse>JavaManagementServiceAsync. listJreUsage(ListJreUsageRequest request, AsyncHandler<ListJreUsageRequest,ListJreUsageResponse> handler)List Java Runtime usage in a specified host filtered by query parameters.Future<ListJreUsageResponse>JavaManagementServiceAsyncClient. listJreUsage(ListJreUsageRequest request, AsyncHandler<ListJreUsageRequest,ListJreUsageResponse> handler) -
Uses of ListJreUsageRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListJreUsageRequest Modifier and Type Method Description ListJreUsageRequestListJreUsageRequest.Builder. build()Build the instance of ListJreUsageRequest as configured by this builderListJreUsageRequestListJreUsageRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListJreUsageRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListJreUsageRequest Modifier and Type Method Description ListJreUsageRequest.BuilderListJreUsageRequest.Builder. copy(ListJreUsageRequest o)Copy method to populate the builder with values from the given instance.
-