Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetAttachmentRequest
-
Packages that use GetAttachmentRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetAttachmentRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetAttachmentRequest Modifier and Type Method Description Waiter<GetAttachmentRequest,GetAttachmentResponse>AttachmentWaiters. forAttachment(GetAttachmentRequest request, Attachment.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetAttachmentRequest,GetAttachmentResponse>AttachmentWaiters. forAttachment(GetAttachmentRequest request, Attachment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAttachmentRequest,GetAttachmentResponse>AttachmentWaiters. forAttachment(GetAttachmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Attachment.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetAttachmentRequest Modifier and Type Method Description Future<GetAttachmentResponse>AttachmentAsync. getAttachment(GetAttachmentRequest request, AsyncHandler<GetAttachmentRequest,GetAttachmentResponse> handler)Gets a Attachment by identifierFuture<GetAttachmentResponse>AttachmentAsyncClient. getAttachment(GetAttachmentRequest request, AsyncHandler<GetAttachmentRequest,GetAttachmentResponse> handler) -
Uses of GetAttachmentRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return GetAttachmentRequest Modifier and Type Method Description GetAttachmentRequestGetAttachmentRequest.Builder. build()Build the instance of GetAttachmentRequest as configured by this builderGetAttachmentRequestGetAttachmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetAttachmentRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type GetAttachmentRequest Modifier and Type Method Description GetAttachmentRequest.BuilderGetAttachmentRequest.Builder. copy(GetAttachmentRequest o)Copy method to populate the builder with values from the given instance.
-