Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetListingResponse
-
Packages that use GetListingResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetListingResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetListingResponse Modifier and Type Method Description GetListingResponse
MarketplacePublisher. getListing(GetListingRequest request)
Gets the details for a listing.GetListingResponse
MarketplacePublisherClient. getListing(GetListingRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetListingResponse Modifier and Type Method Description Waiter<GetListingRequest,GetListingResponse>
MarketplacePublisherWaiters. forListing(GetListingRequest request, Listing.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetListingRequest,GetListingResponse>
MarketplacePublisherWaiters. forListing(GetListingRequest request, Listing.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetListingRequest,GetListingResponse>
MarketplacePublisherWaiters. forListing(GetListingRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Listing.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetListingResponse>
MarketplacePublisherAsync. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Gets the details for a listing.Future<GetListingResponse>
MarketplacePublisherAsyncClient. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetListingResponse Modifier and Type Method Description Future<GetListingResponse>
MarketplacePublisherAsync. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Gets the details for a listing.Future<GetListingResponse>
MarketplacePublisherAsyncClient. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
-
Uses of GetListingResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetListingResponse Modifier and Type Method Description GetListingResponse
GetListingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetListingResponse Modifier and Type Method Description GetListingResponse.Builder
GetListingResponse.Builder. copy(GetListingResponse o)
Copy method to populate the builder with values from the given instance.
-