Uses of Class
com.oracle.bmc.loadbalancer.requests.ListShapesRequest
-
Packages that use ListShapesRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of ListShapesRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type ListShapesRequest Modifier and Type Method Description ListShapesResponseLoadBalancer. listShapes(ListShapesRequest request)Lists the valid load balancer shapes.Future<ListShapesResponse>LoadBalancerAsync. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)Lists the valid load balancer shapes.Future<ListShapesResponse>LoadBalancerAsyncClient. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)ListShapesResponseLoadBalancerClient. listShapes(ListShapesRequest request)Iterable<LoadBalancerShape>LoadBalancerPaginators. listShapesRecordIterator(ListShapesRequest request)Creates a new iterable which will iterate over theLoadBalancerShapeobjects contained in responses from the listShapes operation.Iterable<ListShapesResponse>LoadBalancerPaginators. listShapesResponseIterator(ListShapesRequest request)Creates a new iterable which will iterate over the responses received from the listShapes operation.Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListShapesRequest Modifier and Type Method Description Future<ListShapesResponse>LoadBalancerAsync. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler)Lists the valid load balancer shapes.Future<ListShapesResponse>LoadBalancerAsyncClient. listShapes(ListShapesRequest request, AsyncHandler<ListShapesRequest,ListShapesResponse> handler) -
Uses of ListShapesRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return ListShapesRequest Modifier and Type Method Description ListShapesRequestListShapesRequest.Builder. build()Build the instance of ListShapesRequest as configured by this builderListShapesRequestListShapesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListShapesRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type ListShapesRequest Modifier and Type Method Description ListShapesRequest.BuilderListShapesRequest.Builder. copy(ListShapesRequest o)Copy method to populate the builder with values from the given instance.
-