Uses of Class
com.oracle.bmc.zpr.responses.CreateConfigurationResponse
-
Packages that use CreateConfigurationResponse Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.responses -
-
Uses of CreateConfigurationResponse in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return CreateConfigurationResponse 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).CreateConfigurationResponse
ZprClient. createConfiguration(CreateConfigurationRequest request)
Methods in com.oracle.bmc.zpr that return types with arguments of type CreateConfigurationResponse 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)
Method parameters in com.oracle.bmc.zpr with type arguments of type CreateConfigurationResponse 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 CreateConfigurationResponse in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return CreateConfigurationResponse Modifier and Type Method Description CreateConfigurationResponse
CreateConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.zpr.responses with parameters of type CreateConfigurationResponse Modifier and Type Method Description CreateConfigurationResponse.Builder
CreateConfigurationResponse.Builder. copy(CreateConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-