Uses of Class
com.oracle.bmc.marketplaceprivateoffer.responses.ListAttachmentsResponse
-
Packages that use ListAttachmentsResponse Package Description com.oracle.bmc.marketplaceprivateoffer com.oracle.bmc.marketplaceprivateoffer.responses -
-
Uses of ListAttachmentsResponse in com.oracle.bmc.marketplaceprivateoffer
Methods in com.oracle.bmc.marketplaceprivateoffer that return ListAttachmentsResponse Modifier and Type Method Description ListAttachmentsResponse
Attachment. listAttachments(ListAttachmentsRequest request)
Returns a list of Attachments.ListAttachmentsResponse
AttachmentClient. listAttachments(ListAttachmentsRequest request)
Methods in com.oracle.bmc.marketplaceprivateoffer that return types with arguments of type ListAttachmentsResponse Modifier and Type Method Description Future<ListAttachmentsResponse>
AttachmentAsync. listAttachments(ListAttachmentsRequest request, AsyncHandler<ListAttachmentsRequest,ListAttachmentsResponse> handler)
Returns a list of Attachments.Future<ListAttachmentsResponse>
AttachmentAsyncClient. listAttachments(ListAttachmentsRequest request, AsyncHandler<ListAttachmentsRequest,ListAttachmentsResponse> handler)
Iterable<ListAttachmentsResponse>
AttachmentPaginators. listAttachmentsResponseIterator(ListAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listAttachments operation.Method parameters in com.oracle.bmc.marketplaceprivateoffer with type arguments of type ListAttachmentsResponse Modifier and Type Method Description Future<ListAttachmentsResponse>
AttachmentAsync. listAttachments(ListAttachmentsRequest request, AsyncHandler<ListAttachmentsRequest,ListAttachmentsResponse> handler)
Returns a list of Attachments.Future<ListAttachmentsResponse>
AttachmentAsyncClient. listAttachments(ListAttachmentsRequest request, AsyncHandler<ListAttachmentsRequest,ListAttachmentsResponse> handler)
-
Uses of ListAttachmentsResponse in com.oracle.bmc.marketplaceprivateoffer.responses
Methods in com.oracle.bmc.marketplaceprivateoffer.responses that return ListAttachmentsResponse Modifier and Type Method Description ListAttachmentsResponse
ListAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplaceprivateoffer.responses with parameters of type ListAttachmentsResponse Modifier and Type Method Description ListAttachmentsResponse.Builder
ListAttachmentsResponse.Builder. copy(ListAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-