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