Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
Packages that use GetModelRequest.Builder
Package
Description
-
Uses of GetModelRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetModelRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetModelResponse>ApiGatewayAsyncClient.getModel(Consumer<GetModelRequest.Builder> getModelRequest) Describes an existing model defined for a RestApi resource.default GetModelResponseApiGatewayClient.getModel(Consumer<GetModelRequest.Builder> getModelRequest) Describes an existing model defined for a RestApi resource. -
Uses of GetModelRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetModelRequest.BuilderModifier and TypeMethodDescriptionstatic GetModelRequest.BuilderGetModelRequest.builder()A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default isfalse.The name of the model as an identifier.GetModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The RestApi identifier under which the Model exists.GetModelRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetModelRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetModelRequest.Builder>GetModelRequest.serializableBuilderClass()