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.fusionappsMethods 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 theServiceAttachmentSummaryobjects contained in responses from the listServiceAttachments operation.
- 
Uses of ServiceAttachmentSummary in com.oracle.bmc.fusionapps.modelMethods in com.oracle.bmc.fusionapps.model that return ServiceAttachmentSummary Modifier and Type Method Description ServiceAttachmentSummaryServiceAttachmentSummary.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.BuilderServiceAttachmentSummary.Builder. copy(ServiceAttachmentSummary model)Method parameters in com.oracle.bmc.fusionapps.model with type arguments of type ServiceAttachmentSummary Modifier and Type Method Description ServiceAttachmentCollection.BuilderServiceAttachmentCollection.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.
 
-