Uses of Class
software.amazon.awssdk.services.backup.model.LegalHold
-
Packages that use LegalHold Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of LegalHold in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type LegalHold Modifier and Type Method Description List<LegalHold>ListLegalHoldsResponse. legalHolds()This is an array of returned legal holds, both active and previous.Methods in software.amazon.awssdk.services.backup.model with parameters of type LegalHold Modifier and Type Method Description ListLegalHoldsResponse.BuilderListLegalHoldsResponse.Builder. legalHolds(LegalHold... legalHolds)This is an array of returned legal holds, both active and previous.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type LegalHold Modifier and Type Method Description ListLegalHoldsResponse.BuilderListLegalHoldsResponse.Builder. legalHolds(Collection<LegalHold> legalHolds)This is an array of returned legal holds, both active and previous. -
Uses of LegalHold in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type LegalHold Modifier and Type Method Description SdkIterable<LegalHold>ListLegalHoldsIterable. legalHolds()Returns an iterable to iterate through the paginatedListLegalHoldsResponse.legalHolds()member.SdkPublisher<LegalHold>ListLegalHoldsPublisher. legalHolds()Returns a publisher that can be used to get a stream of data.
-