Uses of Interface
software.amazon.awssdk.services.kms.model.ListKeysResponse.Builder
Packages that use ListKeysResponse.Builder
-
Uses of ListKeysResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListKeysResponse.BuilderModifier and TypeMethodDescriptionstatic ListKeysResponse.BuilderListKeysResponse.builder()ListKeysResponse.Builder.keys(Collection<KeyListEntry> keys) A list of KMS keys.ListKeysResponse.Builder.keys(Consumer<KeyListEntry.Builder>... keys) A list of KMS keys.ListKeysResponse.Builder.keys(KeyListEntry... keys) A list of KMS keys.ListKeysResponse.Builder.nextMarker(String nextMarker) WhenTruncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.ListKeysResponse.toBuilder()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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListKeysResponse.Builder>ListKeysResponse.serializableBuilderClass()