Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ResourceDrift
-
Packages that use ResourceDrift Package Description software.amazon.awssdk.services.resiliencehub.model software.amazon.awssdk.services.resiliencehub.paginators -
-
Uses of ResourceDrift in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ResourceDrift Modifier and Type Method Description List<ResourceDrift>ListAppAssessmentResourceDriftsResponse. resourceDrifts()Indicates all the resource drifts detected for an assessed entity.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ResourceDrift Modifier and Type Method Description ListAppAssessmentResourceDriftsResponse.BuilderListAppAssessmentResourceDriftsResponse.Builder. resourceDrifts(ResourceDrift... resourceDrifts)Indicates all the resource drifts detected for an assessed entity.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type ResourceDrift Modifier and Type Method Description ListAppAssessmentResourceDriftsResponse.BuilderListAppAssessmentResourceDriftsResponse.Builder. resourceDrifts(Collection<ResourceDrift> resourceDrifts)Indicates all the resource drifts detected for an assessed entity. -
Uses of ResourceDrift in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ResourceDrift Modifier and Type Method Description SdkIterable<ResourceDrift>ListAppAssessmentResourceDriftsIterable. resourceDrifts()Returns an iterable to iterate through the paginatedListAppAssessmentResourceDriftsResponse.resourceDrifts()member.SdkPublisher<ResourceDrift>ListAppAssessmentResourceDriftsPublisher. resourceDrifts()Returns a publisher that can be used to get a stream of data.
-