Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
-
Packages that use DeleteGatewayResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of DeleteGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteGatewayResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteGatewayResponseResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest. builder()DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest.Builder. responseType(String responseType)The response type of the associated GatewayResponse.DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponse.DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.DeleteGatewayResponseRequest.BuilderDeleteGatewayResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteGatewayResponseRequest.Builder Modifier and Type Method Description static Class<? extends DeleteGatewayResponseRequest.Builder>DeleteGatewayResponseRequest. serializableBuilderClass()
-