Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
Packages that use GetMethodRequest.Builder
Package
Description
-
Uses of GetMethodRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetMethodRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetMethodResponse>ApiGatewayAsyncClient.getMethod(Consumer<GetMethodRequest.Builder> getMethodRequest) Describe an existing Method resource.default GetMethodResponseApiGatewayClient.getMethod(Consumer<GetMethodRequest.Builder> getMethodRequest) Describe an existing Method resource. -
Uses of GetMethodRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetMethodRequest.BuilderModifier and TypeMethodDescriptionstatic GetMethodRequest.BuilderGetMethodRequest.builder()GetMethodRequest.Builder.httpMethod(String httpMethod) Specifies the method request's HTTP method type.GetMethodRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetMethodRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetMethodRequest.Builder.resourceId(String resourceId) The Resource identifier for the Method resource.The string identifier of the associated RestApi.GetMethodRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMethodRequest.Builder>GetMethodRequest.serializableBuilderClass()