Uses of Class
com.oracle.bmc.oda.responses.ListOdaInstanceAttachmentsResponse
-
Packages that use ListOdaInstanceAttachmentsResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of ListOdaInstanceAttachmentsResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return ListOdaInstanceAttachmentsResponse Modifier and Type Method Description ListOdaInstanceAttachmentsResponse
Oda. listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request)
Returns a list of ODA instance attachmentsListOdaInstanceAttachmentsResponse
OdaClient. listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type ListOdaInstanceAttachmentsResponse Modifier and Type Method Description Future<ListOdaInstanceAttachmentsResponse>
OdaAsync. listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request, AsyncHandler<ListOdaInstanceAttachmentsRequest,ListOdaInstanceAttachmentsResponse> handler)
Returns a list of ODA instance attachmentsFuture<ListOdaInstanceAttachmentsResponse>
OdaAsyncClient. listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request, AsyncHandler<ListOdaInstanceAttachmentsRequest,ListOdaInstanceAttachmentsResponse> handler)
Iterable<ListOdaInstanceAttachmentsResponse>
OdaPaginators. listOdaInstanceAttachmentsResponseIterator(ListOdaInstanceAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listOdaInstanceAttachments operation.Method parameters in com.oracle.bmc.oda with type arguments of type ListOdaInstanceAttachmentsResponse Modifier and Type Method Description Future<ListOdaInstanceAttachmentsResponse>
OdaAsync. listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request, AsyncHandler<ListOdaInstanceAttachmentsRequest,ListOdaInstanceAttachmentsResponse> handler)
Returns a list of ODA instance attachmentsFuture<ListOdaInstanceAttachmentsResponse>
OdaAsyncClient. listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request, AsyncHandler<ListOdaInstanceAttachmentsRequest,ListOdaInstanceAttachmentsResponse> handler)
-
Uses of ListOdaInstanceAttachmentsResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return ListOdaInstanceAttachmentsResponse Modifier and Type Method Description ListOdaInstanceAttachmentsResponse
ListOdaInstanceAttachmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type ListOdaInstanceAttachmentsResponse Modifier and Type Method Description ListOdaInstanceAttachmentsResponse.Builder
ListOdaInstanceAttachmentsResponse.Builder. copy(ListOdaInstanceAttachmentsResponse o)
Copy method to populate the builder with values from the given instance.
-