Uses of Class
com.oracle.bmc.fusionapps.model.ServiceAttachmentSummary
-
Packages that use ServiceAttachmentSummary Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.model -
-
Uses of ServiceAttachmentSummary in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return types with arguments of type ServiceAttachmentSummary Modifier and Type Method Description Iterable<ServiceAttachmentSummary>
FusionApplicationsPaginators. listServiceAttachmentsRecordIterator(ListServiceAttachmentsRequest request)
Creates a new iterable which will iterate over theServiceAttachmentSummary
objects contained in responses from the listServiceAttachments operation. -
Uses of ServiceAttachmentSummary in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return ServiceAttachmentSummary Modifier and Type Method Description ServiceAttachmentSummary
ServiceAttachmentSummary.Builder. build()
Methods in com.oracle.bmc.fusionapps.model that return types with arguments of type ServiceAttachmentSummary Modifier and Type Method Description List<ServiceAttachmentSummary>
ServiceAttachmentCollection. getItems()
A page of FusionEnvironmentFamilySummary objects.Methods in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachmentSummary Modifier and Type Method Description ServiceAttachmentSummary.Builder
ServiceAttachmentSummary.Builder. copy(ServiceAttachmentSummary model)
Method parameters in com.oracle.bmc.fusionapps.model with type arguments of type ServiceAttachmentSummary Modifier and Type Method Description ServiceAttachmentCollection.Builder
ServiceAttachmentCollection.Builder. items(List<ServiceAttachmentSummary> items)
A page of FusionEnvironmentFamilySummary objects.Constructor parameters in com.oracle.bmc.fusionapps.model with type arguments of type ServiceAttachmentSummary Constructor Description ServiceAttachmentCollection(List<ServiceAttachmentSummary> items)
Deprecated.
-