Uses of Class
com.oracle.bmc.optimizer.requests.GetCategoryRequest
-
Packages that use GetCategoryRequest Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.requests -
-
Uses of GetCategoryRequest in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return types with arguments of type GetCategoryRequest Modifier and Type Method Description Waiter<GetCategoryRequest,GetCategoryResponse>
OptimizerWaiters. forCategory(GetCategoryRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCategoryRequest,GetCategoryResponse>
OptimizerWaiters. forCategory(GetCategoryRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCategoryRequest,GetCategoryResponse>
OptimizerWaiters. forCategory(GetCategoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.optimizer with parameters of type GetCategoryRequest Modifier and Type Method Description Waiter<GetCategoryRequest,GetCategoryResponse>
OptimizerWaiters. forCategory(GetCategoryRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCategoryRequest,GetCategoryResponse>
OptimizerWaiters. forCategory(GetCategoryRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCategoryRequest,GetCategoryResponse>
OptimizerWaiters. forCategory(GetCategoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetCategoryResponse
Optimizer. getCategory(GetCategoryRequest request)
Gets the category that corresponds to the specified OCID.Future<GetCategoryResponse>
OptimizerAsync. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)
Gets the category that corresponds to the specified OCID.Future<GetCategoryResponse>
OptimizerAsyncClient. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)
GetCategoryResponse
OptimizerClient. getCategory(GetCategoryRequest request)
Method parameters in com.oracle.bmc.optimizer with type arguments of type GetCategoryRequest Modifier and Type Method Description Future<GetCategoryResponse>
OptimizerAsync. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)
Gets the category that corresponds to the specified OCID.Future<GetCategoryResponse>
OptimizerAsyncClient. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)
-
Uses of GetCategoryRequest in com.oracle.bmc.optimizer.requests
Methods in com.oracle.bmc.optimizer.requests that return GetCategoryRequest Modifier and Type Method Description GetCategoryRequest
GetCategoryRequest.Builder. build()
Build the instance of GetCategoryRequest as configured by this builderGetCategoryRequest
GetCategoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCategoryRequest as configured by this builderMethods in com.oracle.bmc.optimizer.requests with parameters of type GetCategoryRequest Modifier and Type Method Description GetCategoryRequest.Builder
GetCategoryRequest.Builder. copy(GetCategoryRequest o)
Copy method to populate the builder with values from the given instance.
-