Uses of Class
com.oracle.bmc.datasafe.model.AttributeSetSummary
-
Packages that use AttributeSetSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AttributeSetSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AttributeSetSummary Modifier and Type Method Description Iterable<AttributeSetSummary>
DataSafePaginators. listAttributeSetsRecordIterator(ListAttributeSetsRequest request)
Creates a new iterable which will iterate over theAttributeSetSummary
objects contained in responses from the listAttributeSets operation. -
Uses of AttributeSetSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AttributeSetSummary Modifier and Type Method Description AttributeSetSummary
AttributeSetSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AttributeSetSummary Modifier and Type Method Description List<AttributeSetSummary>
AttributeSetCollection. getItems()
Array of attribute sets.Methods in com.oracle.bmc.datasafe.model with parameters of type AttributeSetSummary Modifier and Type Method Description AttributeSetSummary.Builder
AttributeSetSummary.Builder. copy(AttributeSetSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AttributeSetSummary Modifier and Type Method Description AttributeSetCollection.Builder
AttributeSetCollection.Builder. items(List<AttributeSetSummary> items)
Array of attribute sets.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AttributeSetSummary Constructor Description AttributeSetCollection(List<AttributeSetSummary> items)
Deprecated.
-