Uses of Class
com.oracle.bmc.jms.requests.CreateJmsPluginRequest
-
Packages that use CreateJmsPluginRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of CreateJmsPluginRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type CreateJmsPluginRequest Modifier and Type Method Description CreateJmsPluginResponse
JavaManagementService. createJmsPlugin(CreateJmsPluginRequest request)
Registers an agent’s JmsPlugin, optionally attaching to an existing fleet of the tenancy.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)
CreateJmsPluginResponse
JavaManagementServiceClient. createJmsPlugin(CreateJmsPluginRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type CreateJmsPluginRequest 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 CreateJmsPluginRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return CreateJmsPluginRequest Modifier and Type Method Description CreateJmsPluginRequest
CreateJmsPluginRequest.Builder. build()
Build the instance of CreateJmsPluginRequest as configured by this builderCreateJmsPluginRequest
CreateJmsPluginRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateJmsPluginRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type CreateJmsPluginRequest Modifier and Type Method Description CreateJmsPluginRequest.Builder
CreateJmsPluginRequest.Builder. copy(CreateJmsPluginRequest o)
Copy method to populate the builder with values from the given instance.
-