Package | Description |
---|---|
com.oracle.bmc.loadbalancer | |
com.oracle.bmc.loadbalancer.requests |
Modifier and Type | Method and Description |
---|---|
ListShapesResponse |
LoadBalancer.listShapes(ListShapesRequest request)
Lists the valid load balancer shapes.
|
ListShapesResponse |
LoadBalancerClient.listShapes(ListShapesRequest request) |
Future<ListShapesResponse> |
LoadBalancerAsyncClient.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler) |
Future<ListShapesResponse> |
LoadBalancerAsync.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Lists the valid load balancer shapes.
|
Iterable<LoadBalancerShape> |
LoadBalancerPaginators.listShapesRecordIterator(ListShapesRequest request)
Creates a new iterable which will iterate over the
LoadBalancerShape objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListShapesResponse> |
LoadBalancerAsyncClient.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler) |
Future<ListShapesResponse> |
LoadBalancerAsync.listShapes(ListShapesRequest request,
AsyncHandler<ListShapesRequest,ListShapesResponse> handler)
Lists the valid load balancer shapes.
|
Modifier and Type | Method and Description |
---|---|
ListShapesRequest |
ListShapesRequest.Builder.build()
Build the instance of ListShapesRequest as configured by this builder
|
ListShapesRequest |
ListShapesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListShapesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListShapesRequest.Builder |
ListShapesRequest.Builder.copy(ListShapesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.