Uses of Class
software.amazon.awssdk.services.location.model.ListKeysResponseEntry
-
Packages that use ListKeysResponseEntry Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of ListKeysResponseEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListKeysResponseEntry Modifier and Type Method Description List<ListKeysResponseEntry>ListKeysResponse. entries()Contains API key resources in your Amazon Web Services account.Methods in software.amazon.awssdk.services.location.model with parameters of type ListKeysResponseEntry Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. entries(ListKeysResponseEntry... entries)Contains API key resources in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type ListKeysResponseEntry Modifier and Type Method Description ListKeysResponse.BuilderListKeysResponse.Builder. entries(Collection<ListKeysResponseEntry> entries)Contains API key resources in your Amazon Web Services account. -
Uses of ListKeysResponseEntry in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListKeysResponseEntry Modifier and Type Method Description SdkIterable<ListKeysResponseEntry>ListKeysIterable. entries()Returns an iterable to iterate through the paginatedListKeysResponse.entries()member.SdkPublisher<ListKeysResponseEntry>ListKeysPublisher. entries()Returns a publisher that can be used to get a stream of data.
-