Uses of Class
com.oracle.bmc.networkfirewall.model.DecryptionProfileSummary
-
Packages that use DecryptionProfileSummary Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.model -
-
Uses of DecryptionProfileSummary in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DecryptionProfileSummary Modifier and Type Method Description Iterable<DecryptionProfileSummary>
NetworkFirewallPaginators. listDecryptionProfilesRecordIterator(ListDecryptionProfilesRequest request)
Creates a new iterable which will iterate over theDecryptionProfileSummary
objects contained in responses from the listDecryptionProfiles operation. -
Uses of DecryptionProfileSummary in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return DecryptionProfileSummary Modifier and Type Method Description DecryptionProfileSummary
DecryptionProfileSummary.Builder. build()
Methods in com.oracle.bmc.networkfirewall.model that return types with arguments of type DecryptionProfileSummary Modifier and Type Method Description List<DecryptionProfileSummary>
DecryptionProfileSummaryCollection. getItems()
Collection of Decryption Profiles.Methods in com.oracle.bmc.networkfirewall.model with parameters of type DecryptionProfileSummary Modifier and Type Method Description DecryptionProfileSummary.Builder
DecryptionProfileSummary.Builder. copy(DecryptionProfileSummary model)
Method parameters in com.oracle.bmc.networkfirewall.model with type arguments of type DecryptionProfileSummary Modifier and Type Method Description DecryptionProfileSummaryCollection.Builder
DecryptionProfileSummaryCollection.Builder. items(List<DecryptionProfileSummary> items)
Collection of Decryption Profiles.Constructor parameters in com.oracle.bmc.networkfirewall.model with type arguments of type DecryptionProfileSummary Constructor Description DecryptionProfileSummaryCollection(List<DecryptionProfileSummary> items)
Deprecated.
-