Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
-
Packages that use GetGatewayResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetGatewayResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGatewayResponseResponse>ApiGatewayAsyncClient. getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest)Gets a GatewayResponse of a specified response type on the given RestApi.default GetGatewayResponseResponseApiGatewayClient. getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder> getGatewayResponseRequest)Gets a GatewayResponse of a specified response type on the given RestApi. -
Uses of GetGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetGatewayResponseRequest.Builder Modifier and Type Method Description static GetGatewayResponseRequest.BuilderGetGatewayResponseRequest. builder()GetGatewayResponseRequest.BuilderGetGatewayResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGatewayResponseRequest.BuilderGetGatewayResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGatewayResponseRequest.BuilderGetGatewayResponseRequest.Builder. responseType(String responseType)The response type of the associated GatewayResponse.GetGatewayResponseRequest.BuilderGetGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.GetGatewayResponseRequest.BuilderGetGatewayResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetGatewayResponseRequest.BuilderGetGatewayResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetGatewayResponseRequest.Builder Modifier and Type Method Description static Class<? extends GetGatewayResponseRequest.Builder>GetGatewayResponseRequest. serializableBuilderClass()
-