Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
-
Packages that use GetRestApiRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetRestApiRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetRestApiRequest Modifier and Type Method Description default CompletableFuture<GetRestApiResponse>ApiGatewayAsyncClient. getRestApi(GetRestApiRequest getRestApiRequest)Lists the RestApi resource in the collection.default GetRestApiResponseApiGatewayClient. getRestApi(GetRestApiRequest getRestApiRequest)Lists the RestApi resource in the collection. -
Uses of GetRestApiRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetRestApiRequest Modifier and Type Method Description SdkHttpFullRequestGetRestApiRequestMarshaller. marshall(GetRestApiRequest getRestApiRequest)
-