Uses of Interface
software.amazon.awssdk.services.apigatewaymanagementapi.ApiGatewayManagementApiBaseClientBuilder
-
Packages that use ApiGatewayManagementApiBaseClientBuilder Package Description software.amazon.awssdk.services.apigatewaymanagementapi The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. -
-
Uses of ApiGatewayManagementApiBaseClientBuilder in software.amazon.awssdk.services.apigatewaymanagementapi
Classes in software.amazon.awssdk.services.apigatewaymanagementapi with type parameters of type ApiGatewayManagementApiBaseClientBuilder Modifier and Type Interface Description interfaceApiGatewayManagementApiBaseClientBuilder<B extends ApiGatewayManagementApiBaseClientBuilder<B,C>,C>This includes configuration specific to AmazonApiGatewayManagementApi that is supported by bothApiGatewayManagementApiClientBuilderandApiGatewayManagementApiAsyncClientBuilder.Subinterfaces of ApiGatewayManagementApiBaseClientBuilder in software.amazon.awssdk.services.apigatewaymanagementapi Modifier and Type Interface Description interfaceApiGatewayManagementApiAsyncClientBuilderA builder for creating an instance ofApiGatewayManagementApiAsyncClient.interfaceApiGatewayManagementApiClientBuilderA builder for creating an instance ofApiGatewayManagementApiClient.
-