Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetCategoryResponse
-
Packages that use GetCategoryResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetCategoryResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetCategoryResponse Modifier and Type Method Description GetCategoryResponseMarketplacePublisher. getCategory(GetCategoryRequest request)Gets the specified category’s information.GetCategoryResponseMarketplacePublisherClient. getCategory(GetCategoryRequest request)Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetCategoryResponse 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.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)Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetCategoryResponse 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 GetCategoryResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetCategoryResponse Modifier and Type Method Description GetCategoryResponseGetCategoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetCategoryResponse Modifier and Type Method Description GetCategoryResponse.BuilderGetCategoryResponse.Builder. copy(GetCategoryResponse o)Copy method to populate the builder with values from the given instance.
-