Uses of Class
com.oracle.bmc.optimizer.requests.CreateProfileRequest
- 
Packages that use CreateProfileRequest Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.requests 
- 
- 
Uses of CreateProfileRequest in com.oracle.bmc.optimizerMethods in com.oracle.bmc.optimizer with parameters of type CreateProfileRequest Modifier and Type Method Description CreateProfileResponseOptimizer. createProfile(CreateProfileRequest request)Creates a new profile.Future<CreateProfileResponse>OptimizerAsync. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)Creates a new profile.Future<CreateProfileResponse>OptimizerAsyncClient. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)CreateProfileResponseOptimizerClient. createProfile(CreateProfileRequest request)Method parameters in com.oracle.bmc.optimizer with type arguments of type CreateProfileRequest Modifier and Type Method Description Future<CreateProfileResponse>OptimizerAsync. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)Creates a new profile.Future<CreateProfileResponse>OptimizerAsyncClient. createProfile(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResponse> handler)
- 
Uses of CreateProfileRequest in com.oracle.bmc.optimizer.requestsMethods in com.oracle.bmc.optimizer.requests that return CreateProfileRequest Modifier and Type Method Description CreateProfileRequestCreateProfileRequest.Builder. build()Build the instance of CreateProfileRequest as configured by this builderCreateProfileRequestCreateProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateProfileRequest as configured by this builderMethods in com.oracle.bmc.optimizer.requests with parameters of type CreateProfileRequest Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. copy(CreateProfileRequest o)Copy method to populate the builder with values from the given instance.
 
-