Uses of Class
software.amazon.awssdk.services.apigateway.model.UsagePlanKey
-
Packages that use UsagePlanKey Package Description software.amazon.awssdk.services.apigateway.model software.amazon.awssdk.services.apigateway.paginators -
-
Uses of UsagePlanKey in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UsagePlanKey Modifier and Type Method Description List<UsagePlanKey>GetUsagePlanKeysResponse. items()The current page of elements from this collection.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type UsagePlanKey Modifier and Type Method Description GetUsagePlanKeysResponse.BuilderGetUsagePlanKeysResponse.Builder. items(UsagePlanKey... items)The current page of elements from this collection.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type UsagePlanKey Modifier and Type Method Description GetUsagePlanKeysResponse.BuilderGetUsagePlanKeysResponse.Builder. items(Collection<UsagePlanKey> items)The current page of elements from this collection. -
Uses of UsagePlanKey in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type UsagePlanKey Modifier and Type Method Description SdkIterable<UsagePlanKey>GetUsagePlanKeysIterable. items()Returns an iterable to iterate through the paginatedGetUsagePlanKeysResponse.items()member.SdkPublisher<UsagePlanKey>GetUsagePlanKeysPublisher. items()Returns a publisher that can be used to get a stream of data.
-