Uses of Class
com.oracle.bmc.bastion.model.BastionSummary
-
Packages that use BastionSummary Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.model com.oracle.bmc.bastion.responses -
-
Uses of BastionSummary in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return types with arguments of type BastionSummary Modifier and Type Method Description Iterable<BastionSummary>
BastionPaginators. listBastionsRecordIterator(ListBastionsRequest request)
Creates a new iterable which will iterate over theBastionSummary
objects contained in responses from the listBastions operation. -
Uses of BastionSummary in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return BastionSummary Modifier and Type Method Description BastionSummary
BastionSummary.Builder. build()
Methods in com.oracle.bmc.bastion.model with parameters of type BastionSummary Modifier and Type Method Description BastionSummary.Builder
BastionSummary.Builder. copy(BastionSummary model)
-
Uses of BastionSummary in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return types with arguments of type BastionSummary Modifier and Type Method Description List<BastionSummary>
ListBastionsResponse. getItems()
A list of com.oracle.bmc.bastion.model.BastionSummary instances.Method parameters in com.oracle.bmc.bastion.responses with type arguments of type BastionSummary Modifier and Type Method Description ListBastionsResponse.Builder
ListBastionsResponse.Builder. items(List<BastionSummary> items)
A list of com.oracle.bmc.bastion.model.BastionSummary instances.
-