Uses of Interface
software.amazon.awssdk.services.apigateway.ApiGatewayBaseClientBuilder
-
Packages that use ApiGatewayBaseClientBuilder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of ApiGatewayBaseClientBuilder in software.amazon.awssdk.services.apigateway
Classes in software.amazon.awssdk.services.apigateway with type parameters of type ApiGatewayBaseClientBuilder Modifier and Type Interface Description interfaceApiGatewayBaseClientBuilder<B extends ApiGatewayBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon API Gateway that is supported by bothApiGatewayClientBuilderandApiGatewayAsyncClientBuilder.Subinterfaces of ApiGatewayBaseClientBuilder in software.amazon.awssdk.services.apigateway Modifier and Type Interface Description interfaceApiGatewayAsyncClientBuilderA builder for creating an instance ofApiGatewayAsyncClient.interfaceApiGatewayClientBuilderA builder for creating an instance ofApiGatewayClient.
-