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