Uses of Class
com.oracle.bmc.fusionapps.responses.ListServiceAttachmentsResponse
-
Packages that use ListServiceAttachmentsResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of ListServiceAttachmentsResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return ListServiceAttachmentsResponse Modifier and Type Method Description ListServiceAttachmentsResponseFusionApplications. listServiceAttachments(ListServiceAttachmentsRequest request)Returns a list of service attachments.ListServiceAttachmentsResponseFusionApplicationsClient. listServiceAttachments(ListServiceAttachmentsRequest request)Methods in com.oracle.bmc.fusionapps that return types with arguments of type ListServiceAttachmentsResponse Modifier and Type Method Description Future<ListServiceAttachmentsResponse>FusionApplicationsAsync. listServiceAttachments(ListServiceAttachmentsRequest request, AsyncHandler<ListServiceAttachmentsRequest,ListServiceAttachmentsResponse> handler)Returns a list of service attachments.Future<ListServiceAttachmentsResponse>FusionApplicationsAsyncClient. listServiceAttachments(ListServiceAttachmentsRequest request, AsyncHandler<ListServiceAttachmentsRequest,ListServiceAttachmentsResponse> handler)Iterable<ListServiceAttachmentsResponse>FusionApplicationsPaginators. listServiceAttachmentsResponseIterator(ListServiceAttachmentsRequest request)Creates a new iterable which will iterate over the responses received from the listServiceAttachments operation.Method parameters in com.oracle.bmc.fusionapps with type arguments of type ListServiceAttachmentsResponse Modifier and Type Method Description Future<ListServiceAttachmentsResponse>FusionApplicationsAsync. listServiceAttachments(ListServiceAttachmentsRequest request, AsyncHandler<ListServiceAttachmentsRequest,ListServiceAttachmentsResponse> handler)Returns a list of service attachments.Future<ListServiceAttachmentsResponse>FusionApplicationsAsyncClient. listServiceAttachments(ListServiceAttachmentsRequest request, AsyncHandler<ListServiceAttachmentsRequest,ListServiceAttachmentsResponse> handler) -
Uses of ListServiceAttachmentsResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return ListServiceAttachmentsResponse Modifier and Type Method Description ListServiceAttachmentsResponseListServiceAttachmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type ListServiceAttachmentsResponse Modifier and Type Method Description ListServiceAttachmentsResponse.BuilderListServiceAttachmentsResponse.Builder. copy(ListServiceAttachmentsResponse o)Copy method to populate the builder with values from the given instance.
-