Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
UpdateApiResponse |
ApiGateway.updateApi(UpdateApiRequest request)
Updates the API with the given identifier.
|
UpdateApiResponse |
ApiGatewayClient.updateApi(UpdateApiRequest request) |
Future<UpdateApiResponse> |
ApiGatewayAsync.updateApi(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler)
Updates the API with the given identifier.
|
Future<UpdateApiResponse> |
ApiGatewayAsyncClient.updateApi(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateApiResponse> |
ApiGatewayAsync.updateApi(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler)
Updates the API with the given identifier.
|
Future<UpdateApiResponse> |
ApiGatewayAsyncClient.updateApi(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UpdateApiRequest |
UpdateApiRequest.Builder.build()
Build the instance of UpdateApiRequest as configured by this builder
|
UpdateApiRequest |
UpdateApiRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateApiRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateApiRequest.Builder |
UpdateApiRequest.Builder.copy(UpdateApiRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.