Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
-
Packages that use UpdateIntegrationResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateIntegrationResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResponseResponse>ApiGatewayAsyncClient. updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest)Represents an update integration response.default UpdateIntegrationResponseResponseApiGatewayClient. updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest)Represents an update integration response. -
Uses of UpdateIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateIntegrationResponseRequest.Builder Modifier and Type Method Description static UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest. builder()UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. httpMethod(String httpMethod)Specifies an update integration response request's HTTP method.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. resourceId(String resourceId)Specifies an update integration response request's resource identifier.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest.Builder. statusCode(String statusCodeValue)Specifies an update integration response request's status code.UpdateIntegrationResponseRequest.BuilderUpdateIntegrationResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateIntegrationResponseRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIntegrationResponseRequest.Builder>UpdateIntegrationResponseRequest. serializableBuilderClass()
-