Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationResponsesRequest.Builder
-
Packages that use GetIntegrationResponsesRequest.Builder Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of GetIntegrationResponsesRequest.Builder in software.amazon.awssdk.services.apigatewayv2
Method parameters in software.amazon.awssdk.services.apigatewayv2 with type arguments of type GetIntegrationResponsesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationResponsesResponse>ApiGatewayV2AsyncClient. getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest)Gets the IntegrationResponses for an Integration.default GetIntegrationResponsesResponseApiGatewayV2Client. getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest)Gets the IntegrationResponses for an Integration. -
Uses of GetIntegrationResponsesRequest.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return GetIntegrationResponsesRequest.Builder Modifier and Type Method Description GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest.Builder. apiId(String apiId)The API identifier.static GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest. builder()GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest.Builder. integrationId(String integrationId)The integration ID.GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest.Builder. maxResults(String maxResults)The maximum number of elements to be returned for this resource.GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest.Builder. nextToken(String nextToken)The next page of elements from this collection.GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationResponsesRequest.BuilderGetIntegrationResponsesRequest. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type GetIntegrationResponsesRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationResponsesRequest.Builder>GetIntegrationResponsesRequest. serializableBuilderClass()
-