Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
-
Packages that use GetIntegrationResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetIntegrationResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationResponseResponse>ApiGatewayAsyncClient. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Represents a get integration response.default GetIntegrationResponseResponseApiGatewayClient. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Represents a get integration response. -
Uses of GetIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetIntegrationResponseRequest.Builder Modifier and Type Method Description static GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest. builder()GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest.Builder. httpMethod(String httpMethod)Specifies a get integration response request's HTTP method.GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest.Builder. resourceId(String resourceId)Specifies a get integration response request's resource identifier.GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest.Builder. statusCode(String statusCodeValue)Specifies a get integration response request's status code.GetIntegrationResponseRequest.BuilderGetIntegrationResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetIntegrationResponseRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationResponseRequest.Builder>GetIntegrationResponseRequest. serializableBuilderClass()
-