Uses of Class
com.oracle.bmc.bastion.requests.ListBastionsRequest
-
Packages that use ListBastionsRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of ListBastionsRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type ListBastionsRequest Modifier and Type Method Description ListBastionsResponse
Bastion. listBastions(ListBastionsRequest request)
Retrieves a list of BastionSummary objects in a compartment.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)
ListBastionsResponse
BastionClient. listBastions(ListBastionsRequest request)
Iterable<BastionSummary>
BastionPaginators. listBastionsRecordIterator(ListBastionsRequest request)
Creates a new iterable which will iterate over theBastionSummary
objects contained in responses from the listBastions operation.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 ListBastionsRequest 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 ListBastionsRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return ListBastionsRequest Modifier and Type Method Description ListBastionsRequest
ListBastionsRequest.Builder. build()
Build the instance of ListBastionsRequest as configured by this builderListBastionsRequest
ListBastionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBastionsRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type ListBastionsRequest Modifier and Type Method Description ListBastionsRequest.Builder
ListBastionsRequest.Builder. copy(ListBastionsRequest o)
Copy method to populate the builder with values from the given instance.
-