Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
Packages that use DeleteGatewayResponseRequest.Builder
Package
Description
-
Uses of DeleteGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.default DeleteGatewayResponseResponseApiGatewayClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings. -
Uses of DeleteGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionDeleteGatewayResponseRequest.builder()DeleteGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteGatewayResponseRequest.Builder.responseType(String responseType) The response type of the associated GatewayResponse.DeleteGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.DeleteGatewayResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteGatewayResponseRequest.Builder>DeleteGatewayResponseRequest.serializableBuilderClass()