Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.TenancyAttachmentSummary
-
Packages that use TenancyAttachmentSummary Package Description com.oracle.bmc.governancerulescontrolplane com.oracle.bmc.governancerulescontrolplane.model -
-
Uses of TenancyAttachmentSummary in com.oracle.bmc.governancerulescontrolplane
Methods in com.oracle.bmc.governancerulescontrolplane that return types with arguments of type TenancyAttachmentSummary Modifier and Type Method Description Iterable<TenancyAttachmentSummary>
GovernanceRulePaginators. listTenancyAttachmentsRecordIterator(ListTenancyAttachmentsRequest request)
Creates a new iterable which will iterate over theTenancyAttachmentSummary
objects contained in responses from the listTenancyAttachments operation. -
Uses of TenancyAttachmentSummary in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return TenancyAttachmentSummary Modifier and Type Method Description TenancyAttachmentSummary
TenancyAttachmentSummary.Builder. build()
Methods in com.oracle.bmc.governancerulescontrolplane.model that return types with arguments of type TenancyAttachmentSummary Modifier and Type Method Description List<TenancyAttachmentSummary>
TenancyAttachmentCollection. getItems()
List of tenancy attachments.Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type TenancyAttachmentSummary Modifier and Type Method Description TenancyAttachmentSummary.Builder
TenancyAttachmentSummary.Builder. copy(TenancyAttachmentSummary model)
Method parameters in com.oracle.bmc.governancerulescontrolplane.model with type arguments of type TenancyAttachmentSummary Modifier and Type Method Description TenancyAttachmentCollection.Builder
TenancyAttachmentCollection.Builder. items(List<TenancyAttachmentSummary> items)
List of tenancy attachments.Constructor parameters in com.oracle.bmc.governancerulescontrolplane.model with type arguments of type TenancyAttachmentSummary Constructor Description TenancyAttachmentCollection(List<TenancyAttachmentSummary> items)
Deprecated.
-