Uses of Class
com.oracle.bmc.streaming.model.PartitionReservation
-
Packages that use PartitionReservation Package Description com.oracle.bmc.streaming.model -
-
Uses of PartitionReservation in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return PartitionReservation Modifier and Type Method Description PartitionReservation
PartitionReservation.Builder. build()
Methods in com.oracle.bmc.streaming.model that return types with arguments of type PartitionReservation Modifier and Type Method Description List<PartitionReservation>
Group. getReservations()
An array of the partition reservations of a group.Methods in com.oracle.bmc.streaming.model with parameters of type PartitionReservation Modifier and Type Method Description PartitionReservation.Builder
PartitionReservation.Builder. copy(PartitionReservation model)
Method parameters in com.oracle.bmc.streaming.model with type arguments of type PartitionReservation Modifier and Type Method Description Group.Builder
Group.Builder. reservations(List<PartitionReservation> reservations)
An array of the partition reservations of a group.Constructor parameters in com.oracle.bmc.streaming.model with type arguments of type PartitionReservation Constructor Description Group(String streamId, String groupName, List<PartitionReservation> reservations)
Deprecated.
-