Uses of Class
com.oracle.bmc.wlms.responses.SummarizeResourceInventoryResponse
-
Packages that use SummarizeResourceInventoryResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of SummarizeResourceInventoryResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return SummarizeResourceInventoryResponse Modifier and Type Method Description SummarizeResourceInventoryResponse
WeblogicManagementService. summarizeResourceInventory(SummarizeResourceInventoryRequest request)
Gets the data to be shown in the Overview page of the service in a given compartment.SummarizeResourceInventoryResponse
WeblogicManagementServiceClient. summarizeResourceInventory(SummarizeResourceInventoryRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type SummarizeResourceInventoryResponse Modifier and Type Method Description Future<SummarizeResourceInventoryResponse>
WeblogicManagementServiceAsync. summarizeResourceInventory(SummarizeResourceInventoryRequest request, AsyncHandler<SummarizeResourceInventoryRequest,SummarizeResourceInventoryResponse> handler)
Gets the data to be shown in the Overview page of the service in a given compartment.Future<SummarizeResourceInventoryResponse>
WeblogicManagementServiceAsyncClient. summarizeResourceInventory(SummarizeResourceInventoryRequest request, AsyncHandler<SummarizeResourceInventoryRequest,SummarizeResourceInventoryResponse> handler)
Method parameters in com.oracle.bmc.wlms with type arguments of type SummarizeResourceInventoryResponse Modifier and Type Method Description Future<SummarizeResourceInventoryResponse>
WeblogicManagementServiceAsync. summarizeResourceInventory(SummarizeResourceInventoryRequest request, AsyncHandler<SummarizeResourceInventoryRequest,SummarizeResourceInventoryResponse> handler)
Gets the data to be shown in the Overview page of the service in a given compartment.Future<SummarizeResourceInventoryResponse>
WeblogicManagementServiceAsyncClient. summarizeResourceInventory(SummarizeResourceInventoryRequest request, AsyncHandler<SummarizeResourceInventoryRequest,SummarizeResourceInventoryResponse> handler)
-
Uses of SummarizeResourceInventoryResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return SummarizeResourceInventoryResponse Modifier and Type Method Description SummarizeResourceInventoryResponse
SummarizeResourceInventoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type SummarizeResourceInventoryResponse Modifier and Type Method Description SummarizeResourceInventoryResponse.Builder
SummarizeResourceInventoryResponse.Builder. copy(SummarizeResourceInventoryResponse o)
Copy method to populate the builder with values from the given instance.
-