Uses of Class
com.oracle.bmc.jms.responses.CreateJmsPluginResponse
-
Packages that use CreateJmsPluginResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of CreateJmsPluginResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return CreateJmsPluginResponse Modifier and Type Method Description CreateJmsPluginResponse
JavaManagementService. createJmsPlugin(CreateJmsPluginRequest request)
Registers an agent’s JmsPlugin, optionally attaching to an existing fleet of the tenancy.CreateJmsPluginResponse
JavaManagementServiceClient. createJmsPlugin(CreateJmsPluginRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type CreateJmsPluginResponse Modifier and Type Method Description Future<CreateJmsPluginResponse>
JavaManagementServiceAsync. createJmsPlugin(CreateJmsPluginRequest request, AsyncHandler<CreateJmsPluginRequest,CreateJmsPluginResponse> handler)
Registers an agent’s JmsPlugin, optionally attaching to an existing fleet of the tenancy.Future<CreateJmsPluginResponse>
JavaManagementServiceAsyncClient. createJmsPlugin(CreateJmsPluginRequest request, AsyncHandler<CreateJmsPluginRequest,CreateJmsPluginResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type CreateJmsPluginResponse Modifier and Type Method Description Future<CreateJmsPluginResponse>
JavaManagementServiceAsync. createJmsPlugin(CreateJmsPluginRequest request, AsyncHandler<CreateJmsPluginRequest,CreateJmsPluginResponse> handler)
Registers an agent’s JmsPlugin, optionally attaching to an existing fleet of the tenancy.Future<CreateJmsPluginResponse>
JavaManagementServiceAsyncClient. createJmsPlugin(CreateJmsPluginRequest request, AsyncHandler<CreateJmsPluginRequest,CreateJmsPluginResponse> handler)
-
Uses of CreateJmsPluginResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return CreateJmsPluginResponse Modifier and Type Method Description CreateJmsPluginResponse
CreateJmsPluginResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type CreateJmsPluginResponse Modifier and Type Method Description CreateJmsPluginResponse.Builder
CreateJmsPluginResponse.Builder. copy(CreateJmsPluginResponse o)
Copy method to populate the builder with values from the given instance.
-