Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.responses |
Modifier and Type | Method and Description |
---|---|
ListIngressGatewaysResponse |
ServiceMeshClient.listIngressGateways(ListIngressGatewaysRequest request) |
ListIngressGatewaysResponse |
ServiceMesh.listIngressGateways(ListIngressGatewaysRequest request)
Returns a list of IngressGateway objects.
|
Modifier and Type | Method and Description |
---|---|
Future<ListIngressGatewaysResponse> |
ServiceMeshAsyncClient.listIngressGateways(ListIngressGatewaysRequest request,
AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler) |
Future<ListIngressGatewaysResponse> |
ServiceMeshAsync.listIngressGateways(ListIngressGatewaysRequest request,
AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
Returns a list of IngressGateway objects.
|
Iterable<ListIngressGatewaysResponse> |
ServiceMeshPaginators.listIngressGatewaysResponseIterator(ListIngressGatewaysRequest request)
Creates a new iterable which will iterate over the responses received from the
listIngressGateways operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListIngressGatewaysResponse> |
ServiceMeshAsyncClient.listIngressGateways(ListIngressGatewaysRequest request,
AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler) |
Future<ListIngressGatewaysResponse> |
ServiceMeshAsync.listIngressGateways(ListIngressGatewaysRequest request,
AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
Returns a list of IngressGateway objects.
|
Modifier and Type | Method and Description |
---|---|
ListIngressGatewaysResponse |
ListIngressGatewaysResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListIngressGatewaysResponse.Builder |
ListIngressGatewaysResponse.Builder.copy(ListIngressGatewaysResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.