Uses of Class
com.oracle.bmc.apigateway.responses.GetApiDeploymentSpecificationResponse
-
Packages that use GetApiDeploymentSpecificationResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of GetApiDeploymentSpecificationResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return GetApiDeploymentSpecificationResponse Modifier and Type Method Description GetApiDeploymentSpecificationResponse
ApiGateway. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request)
Gets an API Deployment specification by identifier.GetApiDeploymentSpecificationResponse
ApiGatewayClient. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type GetApiDeploymentSpecificationResponse Modifier and Type Method Description Future<GetApiDeploymentSpecificationResponse>
ApiGatewayAsync. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request, AsyncHandler<GetApiDeploymentSpecificationRequest,GetApiDeploymentSpecificationResponse> handler)
Gets an API Deployment specification by identifier.Future<GetApiDeploymentSpecificationResponse>
ApiGatewayAsyncClient. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request, AsyncHandler<GetApiDeploymentSpecificationRequest,GetApiDeploymentSpecificationResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetApiDeploymentSpecificationResponse Modifier and Type Method Description Future<GetApiDeploymentSpecificationResponse>
ApiGatewayAsync. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request, AsyncHandler<GetApiDeploymentSpecificationRequest,GetApiDeploymentSpecificationResponse> handler)
Gets an API Deployment specification by identifier.Future<GetApiDeploymentSpecificationResponse>
ApiGatewayAsyncClient. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request, AsyncHandler<GetApiDeploymentSpecificationRequest,GetApiDeploymentSpecificationResponse> handler)
-
Uses of GetApiDeploymentSpecificationResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GetApiDeploymentSpecificationResponse Modifier and Type Method Description GetApiDeploymentSpecificationResponse
GetApiDeploymentSpecificationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetApiDeploymentSpecificationResponse Modifier and Type Method Description GetApiDeploymentSpecificationResponse.Builder
GetApiDeploymentSpecificationResponse.Builder. copy(GetApiDeploymentSpecificationResponse o)
Copy method to populate the builder with values from the given instance.
-