Uses of Class
com.oracle.bmc.marketplace.requests.GetPublicationRequest
-
Packages that use GetPublicationRequest Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.requests -
-
Uses of GetPublicationRequest in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type GetPublicationRequest Modifier and Type Method Description Waiter<GetPublicationRequest,GetPublicationResponse>
MarketplaceWaiters. forPublication(GetPublicationRequest request, Publication.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPublicationRequest,GetPublicationResponse>
MarketplaceWaiters. forPublication(GetPublicationRequest request, Publication.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPublicationRequest,GetPublicationResponse>
MarketplaceWaiters. forPublication(GetPublicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Publication.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.marketplace with type arguments of type GetPublicationRequest Modifier and Type Method Description Future<GetPublicationResponse>
MarketplaceAsync. getPublication(GetPublicationRequest request, AsyncHandler<GetPublicationRequest,GetPublicationResponse> handler)
Gets the details of the specified publication.Future<GetPublicationResponse>
MarketplaceAsyncClient. getPublication(GetPublicationRequest request, AsyncHandler<GetPublicationRequest,GetPublicationResponse> handler)
-
Uses of GetPublicationRequest in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return GetPublicationRequest Modifier and Type Method Description GetPublicationRequest
GetPublicationRequest.Builder. build()
Build the instance of GetPublicationRequest as configured by this builderGetPublicationRequest
GetPublicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPublicationRequest as configured by this builderMethods in com.oracle.bmc.marketplace.requests with parameters of type GetPublicationRequest Modifier and Type Method Description GetPublicationRequest.Builder
GetPublicationRequest.Builder. copy(GetPublicationRequest o)
Copy method to populate the builder with values from the given instance.
-