Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
Packages that use DeleteIntegrationResponseRequest.Builder
Package
Description
-
Uses of DeleteIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest) Represents a delete integration response.ApiGatewayClient.deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest) Represents a delete integration response. -
Uses of DeleteIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionDeleteIntegrationResponseRequest.builder()DeleteIntegrationResponseRequest.Builder.httpMethod(String httpMethod) Specifies a delete integration response request's HTTP method.DeleteIntegrationResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteIntegrationResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteIntegrationResponseRequest.Builder.resourceId(String resourceId) Specifies a delete integration response request's resource identifier.The string identifier of the associated RestApi.DeleteIntegrationResponseRequest.Builder.statusCode(String statusCode) Specifies a delete integration response request's status code.DeleteIntegrationResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteIntegrationResponseRequest.Builder>DeleteIntegrationResponseRequest.serializableBuilderClass()