Uses of Class
com.oracle.bmc.optimizer.responses.GetProfileResponse
-
Packages that use GetProfileResponse Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.responses -
-
Uses of GetProfileResponse in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return GetProfileResponse Modifier and Type Method Description GetProfileResponse
Optimizer. getProfile(GetProfileRequest request)
Gets the specified profile’s information.GetProfileResponse
OptimizerClient. getProfile(GetProfileRequest request)
Methods in com.oracle.bmc.optimizer that return types with arguments of type GetProfileResponse Modifier and Type Method Description Waiter<GetProfileRequest,GetProfileResponse>
OptimizerWaiters. forProfile(GetProfileRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProfileRequest,GetProfileResponse>
OptimizerWaiters. forProfile(GetProfileRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProfileRequest,GetProfileResponse>
OptimizerWaiters. forProfile(GetProfileRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetProfileResponse>
OptimizerAsync. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Gets the specified profile’s information.Future<GetProfileResponse>
OptimizerAsyncClient. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Method parameters in com.oracle.bmc.optimizer with type arguments of type GetProfileResponse Modifier and Type Method Description Future<GetProfileResponse>
OptimizerAsync. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
Gets the specified profile’s information.Future<GetProfileResponse>
OptimizerAsyncClient. getProfile(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResponse> handler)
-
Uses of GetProfileResponse in com.oracle.bmc.optimizer.responses
Methods in com.oracle.bmc.optimizer.responses that return GetProfileResponse Modifier and Type Method Description GetProfileResponse
GetProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.optimizer.responses with parameters of type GetProfileResponse Modifier and Type Method Description GetProfileResponse.Builder
GetProfileResponse.Builder. copy(GetProfileResponse o)
Copy method to populate the builder with values from the given instance.
-