Uses of Class
software.amazon.awssdk.services.directory.model.UpdateInfoEntry
-
Packages that use UpdateInfoEntry Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of UpdateInfoEntry in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type UpdateInfoEntry Modifier and Type Method Description List<UpdateInfoEntry>DescribeUpdateDirectoryResponse. updateActivities()The list of update activities on a directory for the requested update type.Methods in software.amazon.awssdk.services.directory.model with parameters of type UpdateInfoEntry Modifier and Type Method Description DescribeUpdateDirectoryResponse.BuilderDescribeUpdateDirectoryResponse.Builder. updateActivities(UpdateInfoEntry... updateActivities)The list of update activities on a directory for the requested update type.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type UpdateInfoEntry Modifier and Type Method Description DescribeUpdateDirectoryResponse.BuilderDescribeUpdateDirectoryResponse.Builder. updateActivities(Collection<UpdateInfoEntry> updateActivities)The list of update activities on a directory for the requested update type. -
Uses of UpdateInfoEntry in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type UpdateInfoEntry Modifier and Type Method Description SdkIterable<UpdateInfoEntry>DescribeUpdateDirectoryIterable. updateActivities()Returns an iterable to iterate through the paginatedDescribeUpdateDirectoryResponse.updateActivities()member.SdkPublisher<UpdateInfoEntry>DescribeUpdateDirectoryPublisher. updateActivities()Returns a publisher that can be used to get a stream of data.
-