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