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