Uses of Class
com.oracle.bmc.jms.responses.SummarizeDeployedApplicationInstallationUsageResponse
-
Packages that use SummarizeDeployedApplicationInstallationUsageResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of SummarizeDeployedApplicationInstallationUsageResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return SummarizeDeployedApplicationInstallationUsageResponse Modifier and Type Method Description SummarizeDeployedApplicationInstallationUsageResponse
JavaManagementService. summarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request)
Summarize installation usage of an application deployed on Java servers in a fleet filtered by query parameters.SummarizeDeployedApplicationInstallationUsageResponse
JavaManagementServiceClient. summarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type SummarizeDeployedApplicationInstallationUsageResponse Modifier and Type Method Description Future<SummarizeDeployedApplicationInstallationUsageResponse>
JavaManagementServiceAsync. summarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request, AsyncHandler<SummarizeDeployedApplicationInstallationUsageRequest,SummarizeDeployedApplicationInstallationUsageResponse> handler)
Summarize installation usage of an application deployed on Java servers in a fleet filtered by query parameters.Future<SummarizeDeployedApplicationInstallationUsageResponse>
JavaManagementServiceAsyncClient. summarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request, AsyncHandler<SummarizeDeployedApplicationInstallationUsageRequest,SummarizeDeployedApplicationInstallationUsageResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type SummarizeDeployedApplicationInstallationUsageResponse Modifier and Type Method Description Future<SummarizeDeployedApplicationInstallationUsageResponse>
JavaManagementServiceAsync. summarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request, AsyncHandler<SummarizeDeployedApplicationInstallationUsageRequest,SummarizeDeployedApplicationInstallationUsageResponse> handler)
Summarize installation usage of an application deployed on Java servers in a fleet filtered by query parameters.Future<SummarizeDeployedApplicationInstallationUsageResponse>
JavaManagementServiceAsyncClient. summarizeDeployedApplicationInstallationUsage(SummarizeDeployedApplicationInstallationUsageRequest request, AsyncHandler<SummarizeDeployedApplicationInstallationUsageRequest,SummarizeDeployedApplicationInstallationUsageResponse> handler)
-
Uses of SummarizeDeployedApplicationInstallationUsageResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return SummarizeDeployedApplicationInstallationUsageResponse Modifier and Type Method Description SummarizeDeployedApplicationInstallationUsageResponse
SummarizeDeployedApplicationInstallationUsageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type SummarizeDeployedApplicationInstallationUsageResponse Modifier and Type Method Description SummarizeDeployedApplicationInstallationUsageResponse.Builder
SummarizeDeployedApplicationInstallationUsageResponse.Builder. copy(SummarizeDeployedApplicationInstallationUsageResponse o)
Copy method to populate the builder with values from the given instance.
-