Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetRestApiRequest.Builder
-
Packages that use GetRestApiRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetRestApiRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetRestApiRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRestApiResponse>ApiGatewayAsyncClient. getRestApi(Consumer<GetRestApiRequest.Builder> getRestApiRequest)Lists the RestApi resource in the collection.default GetRestApiResponseApiGatewayClient. getRestApi(Consumer<GetRestApiRequest.Builder> getRestApiRequest)Lists the RestApi resource in the collection. -
Uses of GetRestApiRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetRestApiRequest.Builder Modifier and Type Method Description static GetRestApiRequest.BuilderGetRestApiRequest. builder()GetRestApiRequest.BuilderGetRestApiRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRestApiRequest.BuilderGetRestApiRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRestApiRequest.BuilderGetRestApiRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetRestApiRequest.BuilderGetRestApiRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetRestApiRequest.Builder Modifier and Type Method Description static Class<? extends GetRestApiRequest.Builder>GetRestApiRequest. serializableBuilderClass()
-