Uses of Interface
software.amazon.awssdk.services.kms.model.ListGrantsResponse.Builder
-
Packages that use ListGrantsResponse.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ListGrantsResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListGrantsResponse.Builder Modifier and Type Method Description static ListGrantsResponse.BuilderListGrantsResponse. builder()ListGrantsResponse.BuilderListGrantsResponse.Builder. grants(Collection<GrantListEntry> grants)A list of grants.ListGrantsResponse.BuilderListGrantsResponse.Builder. grants(Consumer<GrantListEntry.Builder>... grants)A list of grants.ListGrantsResponse.BuilderListGrantsResponse.Builder. grants(GrantListEntry... grants)A list of grants.ListGrantsResponse.BuilderListGrantsResponse.Builder. nextMarker(String nextMarker)WhenTruncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.ListGrantsResponse.BuilderListGrantsResponse. toBuilder()ListGrantsResponse.BuilderListGrantsResponse.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 ListGrantsResponse.Builder Modifier and Type Method Description static Class<? extends ListGrantsResponse.Builder>ListGrantsResponse. serializableBuilderClass()
-