Uses of Class
com.oracle.bmc.marketplacepublisher.responses.ListAttachmentsResponse
-
Packages that use ListAttachmentsResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of ListAttachmentsResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return ListAttachmentsResponse Modifier and Type Method Description ListAttachmentsResponseAttachment. listAttachments(ListAttachmentsRequest request)Returns a list of Attachments.ListAttachmentsResponseAttachmentClient. listAttachments(ListAttachmentsRequest request)Methods in com.oracle.bmc.marketplacepublisher 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.marketplacepublisher 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.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return ListAttachmentsResponse Modifier and Type Method Description ListAttachmentsResponseListAttachmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type ListAttachmentsResponse Modifier and Type Method Description ListAttachmentsResponse.BuilderListAttachmentsResponse.Builder. copy(ListAttachmentsResponse o)Copy method to populate the builder with values from the given instance.
-