Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetRestApisResponse.Builder
-
Packages that use GetRestApisResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetRestApisResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetRestApisResponse.Builder Modifier and Type Method Description static GetRestApisResponse.BuilderGetRestApisResponse. builder()GetRestApisResponse.BuilderGetRestApisResponse.Builder. items(Collection<RestApi> items)The current page of elements from this collection.GetRestApisResponse.BuilderGetRestApisResponse.Builder. items(Consumer<RestApi.Builder>... items)The current page of elements from this collection.GetRestApisResponse.BuilderGetRestApisResponse.Builder. items(RestApi... items)The current page of elements from this collection.GetRestApisResponse.BuilderGetRestApisResponse.Builder. position(String position)Sets the value of the Position property for this object.GetRestApisResponse.BuilderGetRestApisResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetRestApisResponse.Builder Modifier and Type Method Description static Class<? extends GetRestApisResponse.Builder>GetRestApisResponse. serializableBuilderClass()
-