Uses of Class
com.oracle.bmc.apigateway.requests.GetApiDeploymentSpecificationRequest
-
Packages that use GetApiDeploymentSpecificationRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetApiDeploymentSpecificationRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type GetApiDeploymentSpecificationRequest Modifier and Type Method Description GetApiDeploymentSpecificationResponse
ApiGateway. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request)
Gets an API Deployment specification by identifier.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)
GetApiDeploymentSpecificationResponse
ApiGatewayClient. getApiDeploymentSpecification(GetApiDeploymentSpecificationRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetApiDeploymentSpecificationRequest 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 GetApiDeploymentSpecificationRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetApiDeploymentSpecificationRequest Modifier and Type Method Description GetApiDeploymentSpecificationRequest
GetApiDeploymentSpecificationRequest.Builder. build()
Build the instance of GetApiDeploymentSpecificationRequest as configured by this builderGetApiDeploymentSpecificationRequest
GetApiDeploymentSpecificationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetApiDeploymentSpecificationRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetApiDeploymentSpecificationRequest Modifier and Type Method Description GetApiDeploymentSpecificationRequest.Builder
GetApiDeploymentSpecificationRequest.Builder. copy(GetApiDeploymentSpecificationRequest o)
Copy method to populate the builder with values from the given instance.
-