Uses of Class
com.oracle.bmc.optimizer.responses.CreateProfileResponse
-
Packages that use CreateProfileResponse Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.responses -
-
Uses of CreateProfileResponse in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return CreateProfileResponse Modifier and Type Method Description CreateProfileResponse
Optimizer. createProfile(CreateProfileRequest request)
Creates a new profile.CreateProfileResponse
OptimizerClient. createProfile(CreateProfileRequest request)
Methods in com.oracle.bmc.optimizer that return types with arguments of type CreateProfileResponse 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)
Method parameters in com.oracle.bmc.optimizer with type arguments of type CreateProfileResponse 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 CreateProfileResponse in com.oracle.bmc.optimizer.responses
Methods in com.oracle.bmc.optimizer.responses that return CreateProfileResponse Modifier and Type Method Description CreateProfileResponse
CreateProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.optimizer.responses with parameters of type CreateProfileResponse Modifier and Type Method Description CreateProfileResponse.Builder
CreateProfileResponse.Builder. copy(CreateProfileResponse o)
Copy method to populate the builder with values from the given instance.
-