Uses of Class
com.oracle.bmc.jms.model.BlocklistCollection
-
Packages that use BlocklistCollection Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.responses -
-
Uses of BlocklistCollection in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return BlocklistCollection Modifier and Type Method Description BlocklistCollection
BlocklistCollection.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type BlocklistCollection Modifier and Type Method Description BlocklistCollection.Builder
BlocklistCollection.Builder. copy(BlocklistCollection model)
-
Uses of BlocklistCollection in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return BlocklistCollection Modifier and Type Method Description BlocklistCollection
ListBlocklistsResponse. getBlocklistCollection()
The returned BlocklistCollection instance.Methods in com.oracle.bmc.jms.responses with parameters of type BlocklistCollection Modifier and Type Method Description ListBlocklistsResponse.Builder
ListBlocklistsResponse.Builder. blocklistCollection(BlocklistCollection blocklistCollection)
The returned BlocklistCollection instance.
-