Uses of Class
com.oracle.bmc.zpr.requests.CreateConfigurationRequest
-
Packages that use CreateConfigurationRequest Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.requests -
-
Uses of CreateConfigurationRequest in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr with parameters of type CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationResponse
Zpr. createConfiguration(CreateConfigurationRequest request)
Initiates the process to onboard ZPR in a root compartment (the root compartment is the tenancy).Future<CreateConfigurationResponse>
ZprAsync. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
Initiates the process to onboard ZPR in a root compartment (the root compartment is the tenancy).Future<CreateConfigurationResponse>
ZprAsyncClient. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
CreateConfigurationResponse
ZprClient. createConfiguration(CreateConfigurationRequest request)
Method parameters in com.oracle.bmc.zpr with type arguments of type CreateConfigurationRequest Modifier and Type Method Description Future<CreateConfigurationResponse>
ZprAsync. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
Initiates the process to onboard ZPR in a root compartment (the root compartment is the tenancy).Future<CreateConfigurationResponse>
ZprAsyncClient. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
-
Uses of CreateConfigurationRequest in com.oracle.bmc.zpr.requests
Methods in com.oracle.bmc.zpr.requests that return CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationRequest
CreateConfigurationRequest.Builder. build()
Build the instance of CreateConfigurationRequest as configured by this builderCreateConfigurationRequest
CreateConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateConfigurationRequest as configured by this builderMethods in com.oracle.bmc.zpr.requests with parameters of type CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationRequest.Builder
CreateConfigurationRequest.Builder. copy(CreateConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-