Uses of Class
com.oracle.bmc.jms.responses.GenerateAgentInstallerConfigurationResponse
-
Packages that use GenerateAgentInstallerConfigurationResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of GenerateAgentInstallerConfigurationResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return GenerateAgentInstallerConfigurationResponse Modifier and Type Method Description GenerateAgentInstallerConfigurationResponse
JavaManagementService. generateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request)
Generates the agent installer configuration using the information provided.GenerateAgentInstallerConfigurationResponse
JavaManagementServiceClient. generateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type GenerateAgentInstallerConfigurationResponse Modifier and Type Method Description Future<GenerateAgentInstallerConfigurationResponse>
JavaManagementServiceAsync. generateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request, AsyncHandler<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationResponse> handler)
Generates the agent installer configuration using the information provided.Future<GenerateAgentInstallerConfigurationResponse>
JavaManagementServiceAsyncClient. generateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request, AsyncHandler<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type GenerateAgentInstallerConfigurationResponse Modifier and Type Method Description Future<GenerateAgentInstallerConfigurationResponse>
JavaManagementServiceAsync. generateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request, AsyncHandler<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationResponse> handler)
Generates the agent installer configuration using the information provided.Future<GenerateAgentInstallerConfigurationResponse>
JavaManagementServiceAsyncClient. generateAgentInstallerConfiguration(GenerateAgentInstallerConfigurationRequest request, AsyncHandler<GenerateAgentInstallerConfigurationRequest,GenerateAgentInstallerConfigurationResponse> handler)
-
Uses of GenerateAgentInstallerConfigurationResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return GenerateAgentInstallerConfigurationResponse Modifier and Type Method Description GenerateAgentInstallerConfigurationResponse
GenerateAgentInstallerConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type GenerateAgentInstallerConfigurationResponse Modifier and Type Method Description GenerateAgentInstallerConfigurationResponse.Builder
GenerateAgentInstallerConfigurationResponse.Builder. copy(GenerateAgentInstallerConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-