Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetCategoryRequest
-
Packages that use GetCategoryRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetCategoryRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetCategoryRequest Modifier and Type Method Description Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, Category.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, Category.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Category.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.marketplacepublisher with parameters of type GetCategoryRequest Modifier and Type Method Description Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, Category.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, Category.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCategoryRequest,GetCategoryResponse>MarketplacePublisherWaiters. forCategory(GetCategoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Category.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetCategoryResponseMarketplacePublisher. getCategory(GetCategoryRequest request)Gets the specified category’s information.Future<GetCategoryResponse>MarketplacePublisherAsync. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)Gets the specified category’s information.Future<GetCategoryResponse>MarketplacePublisherAsyncClient. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)GetCategoryResponseMarketplacePublisherClient. getCategory(GetCategoryRequest request)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetCategoryRequest Modifier and Type Method Description Future<GetCategoryResponse>MarketplacePublisherAsync. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler)Gets the specified category’s information.Future<GetCategoryResponse>MarketplacePublisherAsyncClient. getCategory(GetCategoryRequest request, AsyncHandler<GetCategoryRequest,GetCategoryResponse> handler) -
Uses of GetCategoryRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return GetCategoryRequest Modifier and Type Method Description GetCategoryRequestGetCategoryRequest.Builder. build()Build the instance of GetCategoryRequest as configured by this builderGetCategoryRequestGetCategoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetCategoryRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type GetCategoryRequest Modifier and Type Method Description GetCategoryRequest.BuilderGetCategoryRequest.Builder. copy(GetCategoryRequest o)Copy method to populate the builder with values from the given instance.
-