Uses of Interface
software.amazon.awssdk.services.apigatewayv2.ApiGatewayV2BaseClientBuilder
-
Packages that use ApiGatewayV2BaseClientBuilder Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of ApiGatewayV2BaseClientBuilder in software.amazon.awssdk.services.apigatewayv2
Classes in software.amazon.awssdk.services.apigatewayv2 with type parameters of type ApiGatewayV2BaseClientBuilder Modifier and Type Interface Description interfaceApiGatewayV2BaseClientBuilder<B extends ApiGatewayV2BaseClientBuilder<B,C>,C>This includes configuration specific to AmazonApiGatewayV2 that is supported by bothApiGatewayV2ClientBuilderandApiGatewayV2AsyncClientBuilder.Subinterfaces of ApiGatewayV2BaseClientBuilder in software.amazon.awssdk.services.apigatewayv2 Modifier and Type Interface Description interfaceApiGatewayV2AsyncClientBuilderA builder for creating an instance ofApiGatewayV2AsyncClient.interfaceApiGatewayV2ClientBuilderA builder for creating an instance ofApiGatewayV2Client.
-