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.apigatewayMethods in com.oracle.bmc.apigateway with parameters of type GetApiDeploymentSpecificationRequest Modifier and Type Method Description GetApiDeploymentSpecificationResponseApiGateway. 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)GetApiDeploymentSpecificationResponseApiGatewayClient. 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.requestsMethods in com.oracle.bmc.apigateway.requests that return GetApiDeploymentSpecificationRequest Modifier and Type Method Description GetApiDeploymentSpecificationRequestGetApiDeploymentSpecificationRequest.Builder. build()Build the instance of GetApiDeploymentSpecificationRequest as configured by this builderGetApiDeploymentSpecificationRequestGetApiDeploymentSpecificationRequest.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.BuilderGetApiDeploymentSpecificationRequest.Builder. copy(GetApiDeploymentSpecificationRequest o)Copy method to populate the builder with values from the given instance.
 
-