Uses of Class
com.oracle.bmc.networkfirewall.model.MappedSecretSummary
-
Packages that use MappedSecretSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of MappedSecretSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type MappedSecretSummary Modifier and Type Method Description Iterable<MappedSecretSummary>
NetworkFirewallPaginators. listMappedSecretsRecordIterator(ListMappedSecretsRequest request)
Creates a new iterable which will iterate over theMappedSecretSummary
objects contained in responses from the listMappedSecrets operation. -
Uses of MappedSecretSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return MappedSecretSummary Modifier and Type Method Description MappedSecretSummary
MappedSecretSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type MappedSecretSummary Modifier and Type Method Description List<MappedSecretSummary>
MappedSecretSummaryCollection. getItems()
Collection of Mapped Secrets.Methods in com.oracle.bmc.networkfirewall.model with parameters of type MappedSecretSummary Modifier and Type Method Description MappedSecretSummary.Builder
MappedSecretSummary.Builder. copy(MappedSecretSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type MappedSecretSummary Modifier and Type Method Description MappedSecretSummaryCollection.Builder
MappedSecretSummaryCollection.Builder. items(List<MappedSecretSummary> items)
Collection of Mapped Secrets.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type MappedSecretSummary Constructor Description MappedSecretSummaryCollection(List<MappedSecretSummary> items)
Deprecated.
-