Uses of Class
com.oracle.bmc.optimizer.requests.GetProfileRequest
-
Packages that use GetProfileRequest Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.requests -
-
Uses of GetProfileRequest in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return types with arguments of type GetProfileRequest 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.Methods in com.oracle.bmc.optimizer with parameters of type GetProfileRequest 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.GetProfileResponse
Optimizer. getProfile(GetProfileRequest request)
Gets the specified profile’s information.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)
GetProfileResponse
OptimizerClient. getProfile(GetProfileRequest request)
Method parameters in com.oracle.bmc.optimizer with type arguments of type GetProfileRequest 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 GetProfileRequest in com.oracle.bmc.optimizer.requests
Methods in com.oracle.bmc.optimizer.requests that return GetProfileRequest Modifier and Type Method Description GetProfileRequest
GetProfileRequest.Builder. build()
Build the instance of GetProfileRequest as configured by this builderGetProfileRequest
GetProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProfileRequest as configured by this builderMethods in com.oracle.bmc.optimizer.requests with parameters of type GetProfileRequest Modifier and Type Method Description GetProfileRequest.Builder
GetProfileRequest.Builder. copy(GetProfileRequest o)
Copy method to populate the builder with values from the given instance.
-