Uses of Class
com.oracle.bmc.resourceanalytics.responses.ListTenancyAttachmentsResponse
-
Packages that use ListTenancyAttachmentsResponse Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.responses -
-
Uses of ListTenancyAttachmentsResponse in com.oracle.bmc.resourceanalytics
Methods in com.oracle.bmc.resourceanalytics that return ListTenancyAttachmentsResponse Modifier and Type Method Description ListTenancyAttachmentsResponseTenancyAttachment. listTenancyAttachments(ListTenancyAttachmentsRequest request)Gets a list of TenancyAttachments.ListTenancyAttachmentsResponseTenancyAttachmentClient. listTenancyAttachments(ListTenancyAttachmentsRequest request)Methods in com.oracle.bmc.resourceanalytics that return types with arguments of type ListTenancyAttachmentsResponse Modifier and Type Method Description Future<ListTenancyAttachmentsResponse>TenancyAttachmentAsync. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)Gets a list of TenancyAttachments.Future<ListTenancyAttachmentsResponse>TenancyAttachmentAsyncClient. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)Iterable<ListTenancyAttachmentsResponse>TenancyAttachmentPaginators. listTenancyAttachmentsResponseIterator(ListTenancyAttachmentsRequest request)Creates a new iterable which will iterate over the responses received from the listTenancyAttachments operation.Method parameters in com.oracle.bmc.resourceanalytics with type arguments of type ListTenancyAttachmentsResponse Modifier and Type Method Description Future<ListTenancyAttachmentsResponse>TenancyAttachmentAsync. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler)Gets a list of TenancyAttachments.Future<ListTenancyAttachmentsResponse>TenancyAttachmentAsyncClient. listTenancyAttachments(ListTenancyAttachmentsRequest request, AsyncHandler<ListTenancyAttachmentsRequest,ListTenancyAttachmentsResponse> handler) -
Uses of ListTenancyAttachmentsResponse in com.oracle.bmc.resourceanalytics.responses
Methods in com.oracle.bmc.resourceanalytics.responses that return ListTenancyAttachmentsResponse Modifier and Type Method Description ListTenancyAttachmentsResponseListTenancyAttachmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.resourceanalytics.responses with parameters of type ListTenancyAttachmentsResponse Modifier and Type Method Description ListTenancyAttachmentsResponse.BuilderListTenancyAttachmentsResponse.Builder. copy(ListTenancyAttachmentsResponse o)Copy method to populate the builder with values from the given instance.
-