Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
Packages that use GetGatewayResponseRequest.Builder
Package
Description
-
Uses of GetGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.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.BuilderModifier and TypeMethodDescriptionGetGatewayResponseRequest.builder()GetGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetGatewayResponseRequest.Builder.responseType(String responseType) The response type of the associated GatewayResponse.GetGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.GetGatewayResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetGatewayResponseRequest.Builder>GetGatewayResponseRequest.serializableBuilderClass()