Uses of Class
com.oracle.bmc.waas.responses.ListHttpRedirectsResponse
-
Packages that use ListHttpRedirectsResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of ListHttpRedirectsResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return ListHttpRedirectsResponse Modifier and Type Method Description ListHttpRedirectsResponse
Redirect. listHttpRedirects(ListHttpRedirectsRequest request)
Gets a list of HTTP Redirects.ListHttpRedirectsResponse
RedirectClient. listHttpRedirects(ListHttpRedirectsRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type ListHttpRedirectsResponse Modifier and Type Method Description Future<ListHttpRedirectsResponse>
RedirectAsync. listHttpRedirects(ListHttpRedirectsRequest request, AsyncHandler<ListHttpRedirectsRequest,ListHttpRedirectsResponse> handler)
Gets a list of HTTP Redirects.Future<ListHttpRedirectsResponse>
RedirectAsyncClient. listHttpRedirects(ListHttpRedirectsRequest request, AsyncHandler<ListHttpRedirectsRequest,ListHttpRedirectsResponse> handler)
Iterable<ListHttpRedirectsResponse>
RedirectPaginators. listHttpRedirectsResponseIterator(ListHttpRedirectsRequest request)
Creates a new iterable which will iterate over the responses received from the listHttpRedirects operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListHttpRedirectsResponse Modifier and Type Method Description Future<ListHttpRedirectsResponse>
RedirectAsync. listHttpRedirects(ListHttpRedirectsRequest request, AsyncHandler<ListHttpRedirectsRequest,ListHttpRedirectsResponse> handler)
Gets a list of HTTP Redirects.Future<ListHttpRedirectsResponse>
RedirectAsyncClient. listHttpRedirects(ListHttpRedirectsRequest request, AsyncHandler<ListHttpRedirectsRequest,ListHttpRedirectsResponse> handler)
-
Uses of ListHttpRedirectsResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ListHttpRedirectsResponse Modifier and Type Method Description ListHttpRedirectsResponse
ListHttpRedirectsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type ListHttpRedirectsResponse Modifier and Type Method Description ListHttpRedirectsResponse.Builder
ListHttpRedirectsResponse.Builder. copy(ListHttpRedirectsResponse o)
Copy method to populate the builder with values from the given instance.
-