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