Uses of Interface
software.amazon.awssdk.services.kms.model.ListKeysResponse.Builder
-
Packages that use ListKeysResponse.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ListKeysResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListKeysResponse.Builder Modifier and Type Method Description static ListKeysResponse.BuilderListKeysResponse. builder()ListKeysResponse.BuilderListKeysResponse.Builder. keys(Collection<KeyListEntry> keys)A list of KMS keys.ListKeysResponse.BuilderListKeysResponse.Builder. keys(Consumer<KeyListEntry.Builder>... keys)A list of KMS keys.ListKeysResponse.BuilderListKeysResponse.Builder. keys(KeyListEntry... keys)A list of KMS keys.ListKeysResponse.BuilderListKeysResponse.Builder. nextMarker(String nextMarker)WhenTruncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.ListKeysResponse.BuilderListKeysResponse. toBuilder()ListKeysResponse.BuilderListKeysResponse.Builder. truncated(Boolean truncated)A flag that indicates whether there are more items in the list.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListKeysResponse.Builder Modifier and Type Method Description static Class<? extends ListKeysResponse.Builder>ListKeysResponse. serializableBuilderClass()
-