Uses of Interface
software.amazon.awssdk.services.location.model.ListKeysResponse.Builder
-
Packages that use ListKeysResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of ListKeysResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ListKeysResponse.Builder Modifier and Type Method Description static ListKeysResponse.BuilderListKeysResponse. builder()ListKeysResponse.BuilderListKeysResponse.Builder. entries(Collection<ListKeysResponseEntry> entries)Contains API key resources in your Amazon Web Services account.ListKeysResponse.BuilderListKeysResponse.Builder. entries(Consumer<ListKeysResponseEntry.Builder>... entries)Contains API key resources in your Amazon Web Services account.ListKeysResponse.BuilderListKeysResponse.Builder. entries(ListKeysResponseEntry... entries)Contains API key resources in your Amazon Web Services account.ListKeysResponse.BuilderListKeysResponse.Builder. nextToken(String nextToken)A pagination token indicating there are additional pages available.ListKeysResponse.BuilderListKeysResponse. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListKeysResponse.Builder Modifier and Type Method Description static Class<? extends ListKeysResponse.Builder>ListKeysResponse. serializableBuilderClass()
-