Uses of Class
com.oracle.bmc.bastion.responses.ListBastionsResponse
-
Packages that use ListBastionsResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of ListBastionsResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return ListBastionsResponse Modifier and Type Method Description ListBastionsResponse
Bastion. listBastions(ListBastionsRequest request)
Retrieves a list of BastionSummary objects in a compartment.ListBastionsResponse
BastionClient. listBastions(ListBastionsRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type ListBastionsResponse Modifier and Type Method Description Future<ListBastionsResponse>
BastionAsync. listBastions(ListBastionsRequest request, AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler)
Retrieves a list of BastionSummary objects in a compartment.Future<ListBastionsResponse>
BastionAsyncClient. listBastions(ListBastionsRequest request, AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler)
Iterable<ListBastionsResponse>
BastionPaginators. listBastionsResponseIterator(ListBastionsRequest request)
Creates a new iterable which will iterate over the responses received from the listBastions operation.Method parameters in com.oracle.bmc.bastion with type arguments of type ListBastionsResponse Modifier and Type Method Description Future<ListBastionsResponse>
BastionAsync. listBastions(ListBastionsRequest request, AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler)
Retrieves a list of BastionSummary objects in a compartment.Future<ListBastionsResponse>
BastionAsyncClient. listBastions(ListBastionsRequest request, AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler)
-
Uses of ListBastionsResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return ListBastionsResponse Modifier and Type Method Description ListBastionsResponse
ListBastionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type ListBastionsResponse Modifier and Type Method Description ListBastionsResponse.Builder
ListBastionsResponse.Builder. copy(ListBastionsResponse o)
Copy method to populate the builder with values from the given instance.
-