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.optimizer
Methods in com.oracle.bmc.optimizer with parameters of type CreateProfileRequest Modifier and Type Method Description CreateProfileResponse
Optimizer. 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)
CreateProfileResponse
OptimizerClient. 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.requests
Methods in com.oracle.bmc.optimizer.requests that return CreateProfileRequest Modifier and Type Method Description CreateProfileRequest
CreateProfileRequest.Builder. build()
Build the instance of CreateProfileRequest as configured by this builderCreateProfileRequest
CreateProfileRequest.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.Builder
CreateProfileRequest.Builder. copy(CreateProfileRequest o)
Copy method to populate the builder with values from the given instance.
-