Uses of Class
software.amazon.awssdk.services.evidently.model.RefResource
-
Packages that use RefResource Package Description software.amazon.awssdk.services.evidently.model software.amazon.awssdk.services.evidently.paginators -
-
Uses of RefResource in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type RefResource Modifier and Type Method Description List<RefResource>ListSegmentReferencesResponse. referencedBy()An array of structures, where each structure contains information about one experiment or launch that uses this segment.Methods in software.amazon.awssdk.services.evidently.model with parameters of type RefResource Modifier and Type Method Description ListSegmentReferencesResponse.BuilderListSegmentReferencesResponse.Builder. referencedBy(RefResource... referencedBy)An array of structures, where each structure contains information about one experiment or launch that uses this segment.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type RefResource Modifier and Type Method Description ListSegmentReferencesResponse.BuilderListSegmentReferencesResponse.Builder. referencedBy(Collection<RefResource> referencedBy)An array of structures, where each structure contains information about one experiment or launch that uses this segment. -
Uses of RefResource in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type RefResource Modifier and Type Method Description SdkIterable<RefResource>ListSegmentReferencesIterable. referencedBy()Returns an iterable to iterate through the paginatedListSegmentReferencesResponse.referencedBy()member.SdkPublisher<RefResource>ListSegmentReferencesPublisher. referencedBy()Returns a publisher that can be used to get a stream of data.
-